mQ Branch for NA mote testing
Dependencies: LoRaWAN-lib SX1272Lib-mQ lib_gps lib_mma8451q lib_mpl3115a2 mbed
Fork of LoRaWAN-NAMote72-Application-Demo by
Diff: app/LoRaApp.h
- Revision:
- 18:18408c3c2d0c
- Parent:
- 13:6b6f4be13633
--- a/app/LoRaApp.h Sun Apr 16 23:12:47 2017 +0000 +++ b/app/LoRaApp.h Mon Apr 24 13:47:27 2017 +0000 @@ -44,14 +44,12 @@ enum eAppType { AppGps = 0, // GPS application - AppPrsr, // Pressure measurement application - AppTemp, // Temperature measurement application - AppBat, // Battery measurement application - AppRamp, // Generate Ramp bytes - AppAccl, // Accelerometer application - AppAcclSenet, // Senet + M2X application example - AppAcclSensor, // Sensor XYZ data - AppPushButton, // Push button application example + AppTemp = 1, // Temperature measurement application + AppBat = 2, // Battery measurement application + AppRamp = 3, // Generate Ramp bytes + AppAccl = 4, // Accelerometer application + AppAcclSenet = 5, // Senet + M2X application example + AppPushButton = 6, // Push button application example }; /*! @@ -102,13 +100,13 @@ /*! * Application buffer address pointer */ - uint8_t *BuffAddr; + uint8_t *BuffAddr; }; class TimerLed { public: - TimerEvent_t LedTimer; + TimerEvent_t LedTimer; TimerLed( eLedType ); ~TimerLed( ); }; @@ -150,4 +148,4 @@ void CheckOrientation( void ); -#endif // __APPLICATION_H__ \ No newline at end of file +#endif // __APPLICATION_H__