An emulator for the PiFace Digital I/O board.
Make sure you are using the lastest version of Raspbian::
$ sudo apt-get update
$ sudo apt-get upgrade
Install pifacedigital-emulator
(for Python 3) with the following command::
$ sudo apt-get install python3-pifacedigital-emulator
To run the emulator type:
$ pifacedigital-emulator
To use it with Python (just like pifacedigitalio):
$ python3
>>> import pifacedigital_emulator as emu
>>> emu.init() # a window should pop up
>>> pifacedigital = emu.PiFaceDigital()
>>> pifacedigital.leds[0].toggle()
See http://pifacedigitalio.readthedocs.org/example.html
UI built with qt4-designer. To generate the UI files, run:
bin/build_ui.sh