We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aaf188 commit 6cd1607Copy full SHA for 6cd1607
content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started/content.md
@@ -81,20 +81,22 @@ void loop() {
81
delay(100);
82
digitalWrite(LED_D0, LOW);
83
84
+
85
digitalWrite(LED_D1, HIGH);
86
87
digitalWrite(LED_D1, LOW);
88
89
90
digitalWrite(LED_D2, HIGH);
91
92
digitalWrite(LED_D2, LOW);
93
94
95
digitalWrite(LED_D3, HIGH);
96
97
digitalWrite(LED_D3, LOW);
98
delay(500);
99
}
-```
100
101

102
0 commit comments