Relief is here from long compile times when developing firmware for your Arduino project. [Paul] was puzzled by the fact that every file used in a sketch is fully recompiled every time you hit ...
I have been delving (groping blindfold, more accurately) into the Arduino compiler adaptation code to try to determine how it handles the switch-over between its pwm activities, its set-I/O-to-output ...
Making time for my next small Arduino project, I need to do something with the rotary encoder direction information decoded by this software. A state machine is what I need, but how to implement it?