hay im beginner here,
I have Arduino nano, i can use AN0 to AN5 nicely. but how can i read values with AN7 & AN6 how to configure those two pin as Analog inputs.
Br,
mendis.
but how can i read values with AN7 & AN6 how to configure those two pin as Analog inputs.
A6 and A& are only analog inputs, unlike A0..A5 which can be configured as digital I/Os.
AWOL:
but how can i read values with AN7 & AN6 how to configure those two pin as Analog inputs.
A6 and A& are only analog inputs, unlike A0..A5 which can be configured as digital I/Os.
thanks for your quick reply,A6 and A& are only analog inputs its mean i can use this two pins for read analog values on this pin?.
Reading analogue values is their only function.
AWOL:
Reading analogue values is their only function.
Ok thats fine can you please ex plane to me how to config (set as analog inputs) that pins?
thanks
Just as there is no config for A0…A5, there is no config for A6 and A7 - simply analogRead them.
AWOL:
Just as there is no config for A0...A5, there is no config for A6 and A7 - simply analogRead them.
Ok sir thank for your quick help. i will try it. thanks millions.