I'm trying to read the additional inputs on the PiFace board using the jPi4J library (PiFace methods).
I can read the inputs 0-3 with events perfectly using pface.GetSwitch(0-3) ...Question How do I read the inputs 4-7 ?
I have tried using GpioPinDigitalInput ... with statements like pin4.Initialize("pin4",4) ..
Can someone point me to the solution? Thank you.
I can read the inputs 0-3 with events perfectly using pface.GetSwitch(0-3) ...Question How do I read the inputs 4-7 ?
I have tried using GpioPinDigitalInput ... with statements like pin4.Initialize("pin4",4) ..
Can someone point me to the solution? Thank you.