Maybe I'm misunderstanding, but isn't IntervalTimer not just a timer which calls the function every x seconds? I'm hoping for something that won't interrupt except when the conditions are met.
Hey all, I was wondering how to correctly use an interrupt in my code to act as a shutdown function in case of a redline event. This is my first time using a Teensy and I'm not super familiar with implementing...