EnOcean Link  1.14.0.0
Middleware to Connect EnOcean easily to other Projects
eoTimer.h
Go to the documentation of this file.
1 
7 #ifndef EO_TIMER_H
8 #define EO_TIMER_H
9 #include "eoHalTypes.h"
10 
15 class eoTimer
16 {
17 
18 public:
19  eoTimer();
20  virtual ~eoTimer();
25  static uint32_t GetTickCount();
26 
33  static void Sleep(uint32_t ms);
34 };
35 
36 #endif // !defined(EO_TIMER_H)
tickCount helper
Definition: eoTimer.h:15
static void Sleep(uint32_t ms)
static uint32_t GetTickCount()