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

Dependencies:   SX1272lib mbed

utils/timer.h

Committer:
mleksio
Date:
2015-12-16
Revision:
0:c58229885f95

File content as of revision 0:c58229885f95:

#ifndef TIMER_H_
#define TIMER_H_

class TimeoutTimer
{
    public:
        TimeoutTimer();
        ~TimeoutTimer();
        start()
};
#endif