This is an example application based on Mbed-OS LoRaWAN protocol APIs. The Mbed-OS LoRaWAN stack implementation is compliant with LoRaWAN v1.0.2 specification.

Dependencies:   Lorawan_Version_0_1

Dependents:   Lorawan_Version_0_1

Lora/Lora.h

Committer:
jacktractive
Date:
2020-02-04
Revision:
74:b05ae4efbd12
Parent:
71:ca2425c0a864

File content as of revision 74:b05ae4efbd12:

//#include "Light.h"
//#include "GPS.h"

class Lora {
public:
 
Lora(EventQueue *q, Light *l, GPS *gps);
void send_Position_to_Lora(uint8_t OptCode,float time,float longitude,float latitude);

int Lora_init();

private:
};