Hi, all.
Board: Teensy 3.6
Basic idea is for Teensy to run at 24 MHz while doing some
non demanding background tasks until receiving request via HW Serial.
After that, clock is restored to 180 MHz and stays in that state until
requested tasks are done and then goes back to 24 MHz.
Teensy...