Espotel
/
LoRaWAN_ELMO_TxRx_Template
Example Tx Rx LoRa code for Multitech Conduit. Based on Semtech stack for ELMO - ver. 4.1.0.
Diff: utils/timer.h
- Revision:
- 0:c58229885f95
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/utils/timer.h Wed Dec 16 14:25:16 2015 +0000 @@ -0,0 +1,11 @@ +#ifndef TIMER_H_ +#define TIMER_H_ + +class TimeoutTimer +{ + public: + TimeoutTimer(); + ~TimeoutTimer(); + start() +}; +#endif \ No newline at end of file