![]() |
Erriez Timestamp library for Arduino
1.1.0
TM1638 button and LED controller library for Arduino
|
TimestampMicros class derived from Timestamp. More...
#include <ErriezTimestamp.h>


Public Member Functions | |
| void | start () override |
| Start measurement in microseconds. | |
| unsigned long | delta () override |
| End measurement. More... | |
| void | print () override |
| Print measurement in microseconds. More... | |
TimestampMicros class derived from Timestamp.
Definition at line 57 of file ErriezTimestamp.h.
|
overridevirtual |
End measurement.
Implements Timestamp.
Definition at line 58 of file ErriezTimestamp.cpp.
|
overridevirtual |
Print measurement in microseconds.
Print millis() - start time and restart measurement
Implements Timestamp.
Definition at line 70 of file ErriezTimestamp.cpp.
1.8.13