Skip to content

Commit 056b941

Browse files
committed
Add note that the Nano, et al. A6 and A7 can not be used as digital pins
1 parent afde77c commit 056b941

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
@@ -73,7 +73,7 @@ void loop()
7373
=== Notes and Warnings
7474
If the pin isn't connected to anything, digitalRead() can return either HIGH or LOW (and this can change randomly).
7575

76-
The analog input pins can be used as digital pins, referred to as A0, A1, etc.
76+
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.
7777

7878
--
7979
// HOW TO USE SECTION ENDS

0 commit comments

Comments
 (0)