Erriez Timestamp library for Arduino
1.1.0
TM1638 button and LED controller library for Arduino
|
TimestampMillis class derived from Timestamp. More...
#include <ErriezTimestamp.h>
Public Member Functions | |
void | start () override |
Start measurement in milliseconds. | |
unsigned long | delta () override |
End measurement. More... | |
void | print () override |
Print measurement in milliseconds. More... | |
TimestampMillis class derived from Timestamp.
Definition at line 68 of file ErriezTimestamp.h.
|
overridevirtual |
End measurement.
Implements Timestamp.
Definition at line 94 of file ErriezTimestamp.cpp.
|
overridevirtual |
Print measurement in milliseconds.
Print millis() - start time and restart measurement
Implements Timestamp.
Definition at line 106 of file ErriezTimestamp.cpp.