This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
oak:tutorials:rgb-led [2016/03/23 23:17] jwhendy [Components used] |
oak:tutorials:rgb-led [2016/04/19 17:44] (current) jwhendy fixed wrong pin number |
||
|---|---|---|---|
| Line 57: | Line 57: | ||
| pinMode(6, OUTPUT); | pinMode(6, OUTPUT); | ||
| pinMode(7, OUTPUT); | pinMode(7, OUTPUT); | ||
| - | pinMode(7, OUTPUT); | + | pinMode(8, OUTPUT); |
| } | } | ||