Skip to content

Commit 6b2d428

Browse files
Update content/hardware/08.edu/solution-and-kits/din-simul8/tutorials/getting-started/content.md
Co-authored-by: Gaia Castronovo <[email protected]>
1 parent e2f1d83 commit 6b2d428

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ void loop() {
134134
***Add a `delay`, such as __100ms__, to ensure stable communication over Serial.***
135135

136136

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.
137+
Each switch on the DIN Simul8 outputs is 0 V when OFF and 10 V when ON. The `digitalRead()` function will read `0` for 0 V and `1` for 10 V.
138+
138139

139140
For example, if you turn on toggle switches 1, 3, 5, and 7 while leaving 2, 4, 6, and 8 off, as shown in the image below:
140141

0 commit comments

Comments
 (0)