Skip to content

Commit f731a3b

Browse files
authored
Merge pull request #646 from animeshsrivastava24/patch-20
Fixed code syntax in digitalRead
2 parents ed78817 + 8830c4e commit f731a3b

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)