Been a while since I played w/ a micro-controller and it was an early PIC coded in assembly.
Thought I understood these things .. then I bought a Zero ... ![]()
Question ..
On the Zero's Schematic the I/O pins are labeled TCC0 W0, W1 etc.
Is the how the device is configured by default, I'm assuming by the bootloader?
Cause it seems that most any I/O type can be multiplexed to any I/O pin.
Also .. is anyone aware of a utility to output a list of pins already configured ?
Being a total novice w/ C++ and relying on others example code I'm concerned I might reconfigure an essential I/O and waste years trying to debug a stupid mistake ..
THANKS !!