Pi4J / pi4j-v1

DEPRECATED Java I/O library for Raspberry Pi (GPIO, I2C, SPI, UART)
http://www.pi4j.com
Apache License 2.0
1.31k stars 448 forks source link

PiFace won't switch LEDs #99

Closed geohuk closed 9 years ago

geohuk commented 9 years ago

Hello, I've got a RaspberryPi Model B with PiFace Digital and pi4j release 0.0.5. I am having issues switching the LEDs of the PiFace. No exception or error log seems to be thrown. A SwitchListener on the buttons works just fine, so I assume my PiFace is not damaged. Can anyone else confirm? Perhaps this was fixed in the latest snapshot?

Kind Regards, Georgi

savageautomate commented 9 years ago

Please try the newer version in 1.0-SNAPSHOT: http://pi4j.com/download.html

savageautomate commented 9 years ago

CLOSED; I have tested this with the latest 1.0-SNAPSHOT and it is working for me :-)

geohuk commented 9 years ago

Yeah, it was an issue on my side. Cheers.