RGB 8X8 Animator icon RGB 8X8 Animator Create, edit and play animated frames on an RGB 8x8 LED matrix via I2C with looping, adjustable pauses and scriptable EZ-Script canvas control. 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

Elevate your robot's capabilities to the next level with Synthiam ARC Pro, unlocking a world of possibilities in robot programming.

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