Semtech LoRa stack ver. 3.4 for ELMO

Dependencies:   SX1272lib mbed

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?

UserRevisionLine numberNew 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