Manage many timed events.
The Arduino real-time loop stops advancing when you write delay() or use interrupts in your sketch. You can keep the real-time loop moving by using millis() to track time and create delay, but it is more complicated and soon becomes messy to manage. This lightweight library manages time the same way you would by setting a waypoint and calculating elapsed millis(). It is a simple replacement to manage your timed events with english instead of math.
Filename | Release Date | File Size |
---|---|---|
RBD_Timer-1.4.3.zip | 2023-11-12 | 7.50 KiB |
RBD_Timer-1.4.2.zip | 7.50 KiB | |
RBD_Timer-1.4.1.zip | 2023-11-12 | 7.49 KiB |
RBD_Timer-1.4.0.zip | 2022-04-15 | 7.49 KiB |
RBD_Timer-1.3.2.zip | 2020-06-08 | 7.40 KiB |
RBD_Timer-1.3.1.zip | 2020-06-08 | 7.41 KiB |
RBD_Timer-1.3.0.zip | 2016-08-10 | 6.64 KiB |
RBD_Timer-1.2.0.zip | 2016-01-05 | 6.43 KiB |
RBD_Timer-1.1.2.zip | 2016-01-01 | 6.21 KiB |
RBD_Timer-1.1.1.zip | 2015-11-24 | 12.52 KiB |