Files
Python-Arduino-Command-API/examples.py
Jules Gantenbein f2c9de7eb6 Update examples.py
changed line 11
board.pinMode(13, "OUTPUT")
to
board.pinMode(led_pin, "OUTPUT")
as if led_pin is anything other than 13 the example wont work
2014-10-22 22:22:32 +11:00

1.8 KiB