1
Dependencies: X_NUCLEO_IKS01A1 LoRaWAN-lib SX1276Lib mbed
Diff: app/Common.h
- Revision:
- 7:730764a067dc
- Parent:
- 6:711a4e008afa
--- a/app/Common.h Tue Nov 28 08:20:09 2017 +0000 +++ b/app/Common.h Wed Dec 06 07:35:47 2017 +0000 @@ -77,4 +77,14 @@ extern uint16_t DutyCycleIndx; +/*! + * Indicates if the device is ready for application. + */ +extern bool IsDeviceReady; + +/*! + * Timer to handle the application start delay + */ +extern TimerEvent_t TxDelayTimer; + #endif // __COMMON_H__ \ No newline at end of file