Skip to content

Commit 81b08e4

Browse files
authored
Merge PR #337 "Add note that the Nano, et al. A6 and A7 can not be used as digital pins" from robsoncouto
Add note that the Nano, et al. A6 and A7 can not be used as digital pins
2 parents 063c666 + 3aa8197 commit 81b08e4

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
@@ -70,7 +70,7 @@ void loop() {
7070
=== Notas e Advertências
7171
Se o pino não está conectado a nada, digitalRead() pode retornar tanto HIGH como LOW (e isso pode mudar aleatoriamente).
7272

73-
Os pinos de entrada analógica podem ser também usados como pinos digitais, referidos como A0, A1, etc.
73+
Os pinos de entrada analógica podem ser também usados como pinos digitais, referidos como A0, A1, etc. As exceções são os pinos A6 e A7 das placas Arduino Nano, Pro Mini, e Mini, que podem ser usadas apenas como entradas analógicas.
7474

7575
--
7676
// HOW TO USE SECTION ENDS

0 commit comments

Comments
 (0)