Canada
Asked

On An Arduino You Can Use Anal

On an Arduino you can use Analog pins as digital pins (ie on an Arduino Nano pins D0-D13 are digital pins, A0-A5 can be used digital as pins D14-D19) Is this also possible with the EZ-IOTiny?


ARC Pro

Upgrade to ARC Pro

Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#1  

No - the pins of the iotiny are what they are. You can use an Ez-b V4 for more adc. Or, use the communication protocol data sheet and connect an arduino to ARC.

#2  

Thanks for you quick response. I also have a Ez-b4 but that would not fit inside. Currently working on a UART connection with an Arduino Nano to offload some work. That's how I found out that you can use Analog pins as Digital ones, hence the question ;-)