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 9398b55 commit e2f1d83Copy full SHA for e2f1d83
content/hardware/08.edu/solution-and-kits/din-simul8/tutorials/getting-started/content.md
@@ -131,7 +131,8 @@ void loop() {
131
132
***Use `Serial.println` for the last `Serial.print` to ensure the output wraps to a new line, making it easier to read.***
133
134
-***Add a delay, such as __100ms__, to ensure stable communication over Serial.***
+***Add a `delay`, such as __100ms__, to ensure stable communication over Serial.***
135
+
136
137
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.
138
0 commit comments