Morten Kals
fbfc079cff
Updated baud and added DHT section to readme
2019-04-20 22:46:38 -07:00
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
Ian
464f39cbdb
Update examples.py
...
The pin mode for the blink method was off. Took out the port configuration in the main because the library can usually find it on it's own, and was causing issues when I was manually specifying.
Currently using for a project, so I'm sure I'll have more commits for you eventually.
2014-01-02 22:53:56 -06:00
Tristan
c73e8ea5c6
some pep8 fixes
2013-10-10 17:48:09 -04:00
Tristan
d4a5aa5b9b
some pep9 fixes
2013-10-10 16:37:34 -04:00
Tristan Hearn
dea0cb2dbd
fixed test
2013-05-11 21:57:59 -04:00
Tristan Hearn
e9cc111db4
fixed some servo bugs
2013-05-08 18:33:30 -04:00
Sjoerd Dirk Meijer
7b51842e6f
preventing playing melody from buffer on reset
2013-05-01 20:59:38 +02:00
Tristan Hearn
1b8baa1024
made the com port/device name set-able in the examples
2013-04-19 23:54:21 -04:00
Tristan Hearn
4d78792192
restructured sketch folder
2013-04-19 14:41:09 -04:00
Tristan Hearn
2da1dbe9bf
fixed some examples
2013-04-19 14:35:18 -04:00
Tristan Hearn
96b7f80521
restructure
2013-04-19 14:33:05 -04:00