Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e2f1d83

Browse files
TaddyHCg-castronovo
andauthoredSep 2, 2024
Update content/hardware/08.edu/solution-and-kits/din-simul8/tutorials/getting-started/content.md
Co-authored-by: Gaia Castronovo <[email protected]>
1 parent 9398b55 commit e2f1d83

File tree

1 file changed

+2
-1
lines changed
  • content/hardware/08.edu/solution-and-kits/din-simul8/tutorials/getting-started

1 file changed

+2
-1
lines changed
 

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ void loop() {
131131

132132
***Use `Serial.println` for the last `Serial.print` to ensure the output wraps to a new line, making it easier to read.***
133133

134-
***Add a delay, such as __100ms__, to ensure stable communication over Serial.***
134+
***Add a `delay`, such as __100ms__, to ensure stable communication over Serial.***
135+
135136

136137
Each switch on the DIN Simul8 outputs 0 V when OFF and 10 V when ON. The `digitalRead()` function will read `0` for 0 V and `1` for 10 V.
137138

0 commit comments

Comments
 (0)
Please sign in to comment.