new stopwatch :-)

This commit is contained in:
2020-04-08 19:33:01 +02:00
parent 826e2bdb2d
commit 2a72e94d6f
6 changed files with 161 additions and 13 deletions

View File

@ -7,7 +7,8 @@
#include <framework/ipc/MutexFactory.h>
#include <framework/globalfunctions/timevalOperations.h>
typedef uint32_t millis_t;
typedef float seconds_t;
class Clock {
public: