cgnuino
|
Measures time difference in milliseconds. More...
#include <cgnuino.h>
Public Member Functions | |
CgnStopwatch () | |
Constructor. | |
uint32_t | lap () |
Shows elapsed time in [ms] and resart the clock. | |
uint32_t | get () |
Shows elapsed time in [ms] without resarting the clock. | |