sciguy14/Arduino-Tutorial-Series

not an ISSUE bu a doubt

Closed this issue · 1 comments

if we do sensePin=0 then how would arduino know whether it is analogPin 0 or an digitalPin 0, hope for clarification .

If we do sensePin=0, then we also write
something=analogRead(sensPin); for analog reading,
from which arduino understands that it is analog pin.Thank you!

On 28 March 2016 at 07:23, iamharshit notifications@github.com wrote:

if we do sensePin=0 then how would arduino know whether it is analogPin 0
or an digitalPin 0, hope for clarification .


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#1