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:
- 5:be347c6040c1
- Child:
- 7:3d16d6fe3b12
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/RadioHandler.h Tue Apr 19 19:51:17 2016 +0000 @@ -0,0 +1,18 @@ +/* + / _____) _ | | +( (____ _____ ____ _| |_ _____ ____| |__ + \____ \| ___ | (_ _) ___ |/ ___) _ \ + _____) ) ____| | | || |_| ____( (___| | | | +(______/|_____)_|_|_| \__)_____)\____)_| |_| + +Description: Main radio loop +License: Revised BSD License, see LICENSE.TXT file include in the project +*/ +#ifndef __RADIOHANDLER_H__ +#define __RADIOHANDLER_H__ + +void RadioInit( void ); +void RequestPacketTx( char *DataString, bool PeriodicRequested ); +void RadioHandler( void ); + +#endif // __RADIOHANDLER_H__