Dual Hbridge icon Dual Hbridge Two-channel Dual H-Bridge movement panel to control two DC motors (on/off) for forward, reverse, left, right via EZ-B digital ports; no PWM speed. Try it →
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

Synthiam ARC Pro is a new tool that will help unleash your creativity with programming robots in just seconds!

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 ;-)