Skip to content

Commit c3629ec

Browse files
committed
Note that the Nano's A6 and A7 can not be used as digital pins.
1 parent 52116cc commit c3629ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Digital IO/digitalWrite.adoc

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

7878
[float]
7979
=== Notes and Warnings
80-
The analog input pins can be used as digital pins, referred to as A0, A1, etc.
80+
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.
8181

8282
--
8383
// HOW TO USE SECTION ENDS

0 commit comments

Comments
 (0)