I'd like to ask the Arduino support a timer tick thread
We presently have:
loop() {
}
I ask for i.e.
ticks {
Gets run every say 1msec or 10msec.
}
It would have to be on the newer MCU's that have a free timer, maybe the 328PB and ARM.
Love to see Arduino programming go to the next level, past this one "big loop" which is very limiting.
Kid's robot crashes into a wall because "big loop" wasn't polling things at the right time.