WizziCom System command handling library.
Diff: WizziComSys.h
- Revision:
- 0:0556fb79780a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WizziComSys.h Tue May 09 13:45:14 2017 +0000 @@ -0,0 +1,16 @@ +#include "WizziCom.h" +#include "WizziDebug.h" + +class WizziComSys { +private: + WizziCom* _com; + Semaphore _pong; + + void _catch_pong(WizziCom* com, WizziComPacket_t* pkt); + +public: + WizziComSys(WizziCom* com); + ~WizziComSys(); + + int ping(void); +}; \ No newline at end of file