EnOcean Link
1.14.0.0
Middleware to Connect EnOcean easily to other Projects
|
tickCount helper More...
#include <eoTimer.h>
Static Public Member Functions | |
static uint32_t | GetTickCount () |
static void | Sleep (uint32_t ms) |
tickCount helper
|
static |
MS tick count
|
static |
Sleep for a specified amount of milliseconds for the raspberryPI the nanosleep did not work in some distrubutions, for a workaround obsolute usleep is used, and sleep is done in 10ms blocks.