Arduino Filters master
Filter library for Arduino
Classes | Typedefs

Detailed Description

Blink Without Delay-style timers.

+ Collaboration diagram for Timing:

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...
 

Typedef Documentation

◆ timefunction

using timefunction = unsigned long (*)()

A function type that returns a time value.

Definition at line 18 of file MillisMicrosTimer.hpp.