Skip to content

Run Python examples

Erriez edited this page Apr 19, 2018 · 2 revisions

Start virtualenv as described in Windows and Linux.

Enter the following commands in a command prompt to run the examples:

Getting started

$ python examples/getting_started.py

Single relay board

$ python examples/single_relay_board.py

Multiple relay boards

$ python examples/multiple_relay_boards.py

wxPython toggle GUI

$ python examples/wxpython_toggle.py

Screenshot wxPython relay toggle GUI