A convenient timer set with circular progress indicator, supporting 9 presets and custom time. Designed for Arduino UNO with the same hardware as the arduino_flappybird project.
TIMER_MODE_PERIODIC, ///< Timer restarts after period elapses. TIMER_MODE_ONE_SHOT, ///< Timer stops after period elapses. TIMER_MODE_PWM, ///< Timer generates saw ...