The creative adventures with ATtiny series microcontroller are awesome if you know how to play them. ATtinys — especially the ATtiny85s — are all around us, and by using one, we can shrink the size of ...
TIMER_MODE_PERIODIC, ///< Timer restarts after period elapses. TIMER_MODE_ONE_SHOT, ///< Timer stops after period elapses. TIMER_MODE_PWM, ///< Timer generates saw ...