Thanks for those. Somewhere in all my searching I found something that explicitly said you didn't need to redo pin setup switching between analog and digital, seems that's the core of my misunderstanding. I saw some...
Yeah, I'm aware they're not the same but found somewhere that simply running a digitalWrite again effectively stops the PWM mode. Only reference I can find here is from 2014 and suggests, as you mention, that once PWM...
I put up a gist here: https://gist.github.com/MikahB/67d3e00dac024b8a83895423a229e1be
I'm working my way (relatively slowly) towards a user-configurable input (in the form of mechanical buttons and voltage-generating...
Hey guys, I'm working on an old project idea again and planning to build my components around Teensy as the "brains" since it incorporates all the hardware I need plus the (very nice) ability to encrypt source code. I...