Arduino Helpers
master
Utility library for Arduino
|
Blink Without Delay-style timers.
Classes | |
class | Timer< time > |
A class for easily managing timed events. More... | |
Typedefs | |
using | timefunction = unsigned long(*)() |
A function type that returns a time value. More... | |
using timefunction = unsigned long (*)() |
A function type that returns a time value.
Definition at line 13 of file MillisMicrosTimer.hpp.