Commit f2c9de7
committed
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 work1 parent eaf55e4 commit f2c9de7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments