diff --git a/Language/Functions/Digital IO/digitalRead.adoc b/Language/Functions/Digital IO/digitalRead.adoc index 761a3ac7d..689d3e53a 100644 --- a/Language/Functions/Digital IO/digitalRead.adoc +++ b/Language/Functions/Digital IO/digitalRead.adoc @@ -73,7 +73,7 @@ void loop() === Notes and Warnings If the pin isn't connected to anything, digitalRead() can return either HIGH or LOW (and this can change randomly). -The analog input pins can be used as digital pins, referred to as A0, A1, etc. +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. -- // HOW TO USE SECTION ENDS