Skip to content

Commit 8830c4e

Browse files
Fixed code syntax in digitalRead
Fixed code syntax in Line 73
1 parent 1bf53be commit 8830c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Digital IO/digitalRead.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ void loop() {
7070

7171
[float]
7272
=== Notes and Warnings
73-
If the pin isn't connected to anything, digitalRead() can return either HIGH or LOW (and this can change randomly).
73+
If the pin isn't connected to anything, `digitalRead()` can return either `HIGH` or `LOW` (and this can change randomly).
7474

7575
The analog input pins can be used as digital pins, referred to as A0, A1, etc. The exception is the Arduino Nano, Pro Mini, and Mini's A6 and A7 pins, which can only be used as analog inputs.
7676

0 commit comments

Comments
 (0)