Skip to content

Commit 0af5bad

Browse files
mirkokurtstefanotorneo
authored andcommitted
Fix sketch
1 parent da0a5f3 commit 0af5bad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/color-your-leds/sketch/sketch.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ void set_led4_color(bool r, bool g, bool b) {
2020

2121
void setup()
2222
{
23+
pinMode(LED_BUILTIN + 3, OUTPUT);
24+
pinMode(LED_BUILTIN + 4, OUTPUT);
25+
pinMode(LED_BUILTIN + 5, OUTPUT);
26+
2327
set_led3_color(0, 0, 0);
2428
set_led4_color(false, false, false);
2529

0 commit comments

Comments
 (0)