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@0:c58229885f95, 2015-12-16 (annotated)
- Committer:
- mleksio
- Date:
- Wed Dec 16 14:25:16 2015 +0000
- Revision:
- 0:c58229885f95
first commit
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 |