Skip to content

Arduino Timer v1.0

Latest
Compare
Choose a tag to compare
@Nero7991 Nero7991 released this 02 Apr 10:11

ArduinoTimer aids in writing highly event driven code on Arduino Uno, Nano and other Atmega328P based boards. It uses Timer2 hardware internally to generate timing to determine when to make callbacks. This allows the CPU time to be used efficiently instead of wasting it on continuously polling. By putting the micro in different sleep modes while idle, power consumption can be greatly reduced.