Antoine Boisadam / Mbed 2 deprecated SX1272-Receiver

Dependencies:   SX1272Lib mbed

Fork of SX1272PingPong by Semtech

Files at this revision

API Documentation at this revision

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 );