Skip to content

Commit 9524dca

Browse files
committed
Tutorial content resources update
1 parent 0a69f8a commit 9524dca

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed

content/hardware/08.edu/solution-and-kits/din-simul8/tutorials/getting-started/content.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ void loop() {
124124
125125
delay(100);
126126
}
127-
128127
```
129128

130129
***Remember to initialize the Serial communication with the `Serial.begin` command in the `setup` function.***
@@ -143,7 +142,6 @@ The output should look like this:
143142

144143
![Serial Monitor output](assets/step1_serial-monitor.png)
145144

146-
147145
## Upload Function Trigger Code
148146

149147
If everything works correctly, we can trigger a function when the switch changes state.

0 commit comments

Comments
 (0)