Skip to content

Commit cf28c05

Browse files
committed
Added note about input pins to readme
1 parent 20cfb29 commit cf28c05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ The output pins must be set explicitly.
2424
board.output(10,11,13)
2525

2626

27+
You don't need to declare input pins since digital pins are input by default according to the page on the Arduino site - <http://www.arduino.cc/en/Tutorial/DigitalPins>
28+
2729
**Digital I/O**
2830

2931
1. `Arduino.setHigh(pin)`

0 commit comments

Comments
 (0)