LR Initial Publish

Dependencies:   X_NUCLEO_IKS01A2 driver_mbed_TH02 mbed LoRaWAN-lib-v1_0_1 SX1272Lib

Fork of Training-Aug2018-SX1272-X-NUCLEO-IKS01A2 by Uttam Bhat

Revision:
10:bba416e2c3e1
Parent:
0:6cc76d70e2a1
--- a/app/LoRaApp.h	Sun Aug 12 06:09:53 2018 +0000
+++ b/app/LoRaApp.h	Sun Aug 19 20:08:35 2018 +0000
@@ -49,6 +49,7 @@
     AppBat, // Battery measurement application
     AppRamp, // Generate Ramp bytes
     AppAccl, // Accelerometer application    
+    AppGyro, // Gyrometer application
     AppPushButton, // Push button application example
 };
 
@@ -124,7 +125,7 @@
 extern bool VerticalStatus;
 
 #ifdef USE_CAYENNE_LPP
-extern uint8_t maxLPPsize[4];
+extern uint8_t maxLPPsize[5];
 #endif
 
 /*!