Hi,
I am try to run a 5mS Timer with the IntervalTimer.h in Teensy4.1
I am listening to serial port characters for begin/end timer.
#define testTimerInterval 5000 // Timer Interval for PID loop in microsceconds 100-100uS 1000 - 1mS 10000 - 10 mS 100000 - 100mS
void processSerial() {
if...