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.
Fork of SX1272PingPong by
Revision 16:263c47d59beb, committed 2017-03-13
- Comitter:
- Antoine38
- Date:
- Mon Mar 13 09:56:13 2017 +0000
- Parent:
- 15:dc867bef95d9
- Child:
- 17:c44bd9aea979
- Commit message:
- Copyright
Changed in this revision
| main.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.h Mon Mar 13 09:54:09 2017 +0000 +++ b/main.h Mon Mar 13 09:56:13 2017 +0000 @@ -11,6 +11,7 @@ License: Revised BSD License, see LICENSE.TXT file include in the project Maintainer: Miguel Luis and Gregory Cristian +Last update: Antoine Boisadam */ #ifndef __MAIN_H__ #define __MAIN_H__ @@ -18,10 +19,6 @@ /* * Callback functions prototypes */ -/*! - * @brief Function to be executed on Radio Tx Done event - */ -void OnTxDone( void ); /*! * @brief Function to be executed on Radio Rx Done event @@ -29,11 +26,6 @@ void OnRxDone( uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr ); /*! - * @brief Function executed on Radio Tx Timeout event - */ -void OnTxTimeout( void ); - -/*! * @brief Function executed on Radio Rx Timeout event */ void OnRxTimeout( void );
