1

Dependencies:   X_NUCLEO_IKS01A1 LoRaWAN-lib SX1276Lib mbed

Revision:
6:711a4e008afa
Parent:
0:42863a11464a
Child:
7:730764a067dc
--- a/app/Common.h	Sun Nov 26 03:26:34 2017 +0000
+++ b/app/Common.h	Tue Nov 28 08:20:09 2017 +0000
@@ -69,4 +69,12 @@
 
 extern TimerEvent_t TxNextPacketTimer; // Timer to handle the application data transmission duty cycle
 
+extern bool IsDutyCycleUpdate;
+
+extern TimerEvent_t TxDutyCycleTimer;
+
+extern uint16_t DutyCycleCntr;
+
+extern uint16_t DutyCycleIndx;
+
 #endif // __COMMON_H__
\ No newline at end of file