Espotel
/
LoRaWAN_Semtech_stack
Semtech LoRa stack ver. 3.4 for ELMO
utils/timer.h@2:c1a53ad7b84e, 2016-02-11 (annotated)
- Committer:
- mleksio
- Date:
- Thu Feb 11 14:01:14 2016 +0000
- Revision:
- 2:c1a53ad7b84e
- Parent:
- 0:c58229885f95
New SX1272 lib added.
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 |