The background for my question was, that a code which successfully runs on an Arduino Nano makes problems when run on T3.2.
The sketch is decoding a Manchester coded signal from a 433 MHz receiver. Both edges of the...
Hi,
I want to use interrupts to measure pulse lengths with a Teensy 3.2. The time between interrupts shall be measured by micros().
But anywhere I read that using micros() within interrupts might cause problems. I...