I am working on porting an application from an Arduino Mega to a Teensy 4.1. One of the most important requirments is to monitor several ADC inputs and react as fast as possible if one of them exceeds a preset level.
When I did the Arduino Mega sketch I found some information in Simon Monk's...