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

Revision:
53:1b6c71e938ac
Parent:
46:a124538e2891
Child:
57:36e87c44c920
--- a/lora_radio_helper.h	Mon Apr 29 14:02:07 2019 +0100
+++ b/lora_radio_helper.h	Thu May 16 12:01:57 2019 +0100
@@ -15,11 +15,11 @@
  * limitations under the License.
  */
 
-#include "lorawan/LoRaRadio.h"
-
 #ifndef APP_LORA_RADIO_HELPER_H_
 #define APP_LORA_RADIO_HELPER_H_
 
+#include "lorawan/LoRaRadio.h"
+
 #include "SX1272_LoRaRadio.h"
 #include "SX1276_LoRaRadio.h"