Espotel / Mbed 2 deprecated LoRaWAN_Serial_port_driven_and_configurable_ELMO_based_on_TxRx_Template

Dependencies:   SX1272lib-PABOOST-HW-Modification mbed

Fork of LoRaWAN_ELMO_TxRx_Template by Espotel

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__