Skip to content

Commit 9e13d45

Browse files
ArduinoBotmcmchris
andauthored
Typos Correction (#1087)
Co-authored-by: Christopher Mendez <mcmchris@hotmail.com>
1 parent 43650d7 commit 9e13d45

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/06.nicla/boards/nicla-voice/tutorials/user-manual

1 file changed

+1
-1
lines changed

content/hardware/06.nicla/boards/nicla-voice/tutorials/user-manual/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ The state of a digital pin, configured as an output, can be changed using the bu
228228
digitalWrite(pin, HIGH);
229229
230230
// Set pin off
231-
digitalWrite(pin, HIGH);
231+
digitalWrite(pin, LOW);
232232
```
233233

234234
The example code shown below uses digital pin `3` to control an LED and reads the state of a button connected to digital pin `2`:

0 commit comments

Comments
 (0)