Skip to content

Commit d21b22c

Browse files
committed
Add missing pin parameter description
The text under parameters was missing. I copied the text from www.arduino.cc/en/Reference/DigitalRead but left off the incorrect (int) part.
1 parent 2773e7d commit d21b22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Digital IO/digitalRead.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Reads the value from a specified digital pin, either `HIGH` or `LOW`.
2323

2424
[float]
2525
=== Parameters
26-
26+
`pin`: the number of the digital pin you want to read
2727

2828
[float]
2929
=== Returns

0 commit comments

Comments
 (0)