Skip to content

Commit b305e02

Browse files
authored
Merge pull request "Nano's A6 and A7 can not be used as digital pins" #477 from per1234/nano-a6_a7
Note that the A6 and A7 pins on Nano, Mini and Pro mini can not be used as digital pins.
2 parents 4614f82 + c3629ec commit b305e02

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)