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/Common.h
- Revision:
- 5:6ffeac53b7cb
- Parent:
- 0:69f2e28d12c1
- Child:
- 9:617844f7fdb1
--- a/app/Common.h Thu May 19 18:40:59 2016 +0000 +++ b/app/Common.h Wed Jun 08 01:40:42 2016 +0000 @@ -52,6 +52,8 @@ extern uint8_t IsTxConfirmed; // Indicates if the node is sending confirmed or unconfirmed messages +extern bool IsTxIntUpdate; // Indicates if a new transmit interrupt can be set + extern bool NextTx; // Indicates if a new packet can be sent extern bool IsNetworkJoinedStatusUpdate; // Indicates if the MAC layer network join status has changed.