Espotel
/
LoRaWAN_ELMO_TxRx_Template
Example Tx Rx LoRa code for Multitech Conduit. Based on Semtech stack for ELMO - ver. 4.1.0.
utils/timer.h@6:71b489e70063, 2016-04-19 (annotated)
- Committer:
- Pasi
- Date:
- Tue Apr 19 21:48:58 2016 +0000
- Revision:
- 6:71b489e70063
- Parent:
- 0:c58229885f95
Text tweaking
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mleksio | 0:c58229885f95 | 1 | #ifndef TIMER_H_ |
mleksio | 0:c58229885f95 | 2 | #define TIMER_H_ |
mleksio | 0:c58229885f95 | 3 | |
mleksio | 0:c58229885f95 | 4 | class TimeoutTimer |
mleksio | 0:c58229885f95 | 5 | { |
mleksio | 0:c58229885f95 | 6 | public: |
mleksio | 0:c58229885f95 | 7 | TimeoutTimer(); |
mleksio | 0:c58229885f95 | 8 | ~TimeoutTimer(); |
mleksio | 0:c58229885f95 | 9 | start() |
mleksio | 0:c58229885f95 | 10 | }; |
mleksio | 0:c58229885f95 | 11 | #endif |