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.
RadioHandler.h
00001 /* 00002 / _____) _ | | 00003 ( (____ _____ ____ _| |_ _____ ____| |__ 00004 \____ \| ___ | (_ _) ___ |/ ___) _ \ 00005 _____) ) ____| | | || |_| ____( (___| | | | 00006 (______/|_____)_|_|_| \__)_____)\____)_| |_| 00007 00008 Description: Main radio loop 00009 License: Revised BSD License, see LICENSE.TXT file include in the project 00010 */ 00011 #ifndef __RADIOHANDLER_H__ 00012 #define __RADIOHANDLER_H__ 00013 00014 void RadioInit( void ); 00015 void RequestPacketTx( char *DataString, bool PeriodicRequested ); 00016 void RadioHandler( void ); 00017 00018 #endif // __RADIOHANDLER_H__
Generated on Tue Jul 12 2022 15:51:16 by
1.7.2