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
RadioHandler.h
- Committer:
- Pasi
- Date:
- 2016-04-19
- Revision:
- 5:be347c6040c1
- Child:
- 7:3d16d6fe3b12
File content as of revision 5:be347c6040c1:
/* / _____) _ | | ( (____ _____ ____ _| |_ _____ ____| |__ \____ \| ___ | (_ _) ___ |/ ___) _ \ _____) ) ____| | | || |_| ____( (___| | | | (______/|_____)_|_|_| \__)_____)\____)_| |_| 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__