This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
oak:tutorials:advanced-leds [2016/03/23 16:55] jwhendy |
oak:tutorials:advanced-leds [2016/03/23 21:19] jwhendy mistake on pin number |
||
|---|---|---|---|
| Line 191: | Line 191: | ||
| pinMode(6, OUTPUT); | pinMode(6, OUTPUT); | ||
| pinMode(7, OUTPUT); | pinMode(7, OUTPUT); | ||
| - | pinMode(7, OUTPUT); | + | pinMode(8, OUTPUT); |
| } | } | ||