Skip to content

Commit 6cd1607

Browse files
Update content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started/content.md
Co-authored-by: Julián Caro Linares <[email protected]>
1 parent 9aaf188 commit 6cd1607

File tree

1 file changed

+3
-1
lines changed
  • content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started

1 file changed

+3
-1
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started/content.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,22 @@ void loop() {
8181
delay(100);
8282
digitalWrite(LED_D0, LOW);
8383
delay(100);
84+
8485
digitalWrite(LED_D1, HIGH);
8586
delay(100);
8687
digitalWrite(LED_D1, LOW);
8788
delay(100);
89+
8890
digitalWrite(LED_D2, HIGH);
8991
delay(100);
9092
digitalWrite(LED_D2, LOW);
9193
delay(100);
94+
9295
digitalWrite(LED_D3, HIGH);
9396
delay(100);
9497
digitalWrite(LED_D3, LOW);
9598
delay(500);
9699
}
97-
```
98100
99101
![The blinking LEDs on the Opta](assets/opta-device-LED.png)
100102

0 commit comments

Comments
 (0)