-
There seems to be a problem with simple InputEventListener.
The emulator works as well as output pins and input pins.
After trying several programs, I attempted the examples.
Blink works, presslights …
-
There seems to be a problem with simple InputEventListener.
The emulator works as well as output pins and input pins.
After trying several programs, I attempted the examples.
Blink works, presslights …
-
Hi all
I am VERY new to Raspberry pi and linux in general, so please excuse the noob questions.
I have followed the Piface Digital 2 installation instructions to the letter, however receive an inter…
-
At the moment each button had its own function depending on the state.
Some direct shortcuts under the different buttons while playing are great. But the ">" could be left to enter a dgt3000 style men…
-
The binding confuses input pins and output pins. Follow this to reproduce:
Simple items
```
Switch PifaceSwitch0 "Switch 0" (all,piface) { piface="piface1:OUT:0" }
Switch PifaceSwitch1…
sbjdk updated
9 years ago
-
I cannot get the example code running on a brand new Piface digital 2 board.
Is it intended to be compatible??
reinf updated
9 years ago
-
I bought all new and tried to run some sample code.
But the board will not be found not under X nor on the
console. I've tried python and ruby as well.
The python output is
```
root@raspberrypi:/hom…
-
I am building a daemon script to start/stop my PIFace water counter script. I use the pifacedigitalio.InputEventListener class for that but the thread launch @ activate ar enot daemon threads so when …
-
Hi,
I am using two PiFace Digitals via the PiFace Rack. However, it is not possible to address the inputs and output of each devices independently. While going through the code, I found out that the…
-
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…