I have troubles reading the value of one of the 4 on board switches. Reading the Value returns the same value regardless of whether the switch is pressed or not.
value := pifaceDigital.Switches[1].Value
In cast that this is not a bug, please provide a short code snippet to demonstrate the usage of the switches. Thank you!
I have troubles reading the value of one of the 4 on board switches. Reading the Value returns the same value regardless of whether the switch is pressed or not.
value := pifaceDigital.Switches[1].Value
In cast that this is not a bug, please provide a short code snippet to demonstrate the usage of the switches. Thank you!