Example Tx Rx LoRa code for Multitech Conduit. Based on Semtech stack for ELMO - ver. 4.1.0.

Dependencies:   SX1272lib mbed

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?

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