Fork of the Simple Ping-Pong demo application between two SX1272MB2xAs demo board. It's now a simple application demonstrating simple Rx (Receive) from a SX1272 boards.

Dependencies:   SX1272Lib mbed

Fork of SX1272PingPong by Semtech

Revision:
16:263c47d59beb
Parent:
6:44752b4f8ab1
Child:
21:03a7d7429cd1
--- 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 );