Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SX1272lib-PABOOST-HW-Modification mbed
Fork of LoRaWAN_ELMO_TxRx_Template by
Diff: RadioHandler.h
- Revision:
- 10:ceaf618066ca
- Parent:
- 7:3d16d6fe3b12
--- a/RadioHandler.h Mon Oct 10 09:53:50 2016 +0000 +++ b/RadioHandler.h Mon Oct 10 12:00:53 2016 +0000 @@ -12,7 +12,6 @@ #ifndef __RADIOHANDLER_H__ #define __RADIOHANDLER_H__ - void RadioInit( void ); void RequestPacketTx( char *DataString, bool PeriodicRequested ); void RadioHandler( void ); @@ -22,11 +21,8 @@ void SetAppEui(void); void SetAppKey(void); -//#if( OVER_THE_AIR_ACTIVATION != 0 ) -/* Copied these values to .h for easier handling. TK */ extern uint8_t DevEui[8]; extern uint8_t AppEui[8]; extern uint8_t AppKey[16]; - #endif // __RADIOHANDLER_H__