Based on SX1276Lib. Simplified and targeted for Modtronix inAir modules. All pins can now be specified to use interrupts or general purpose I/O pins.

Revision:
2:93cf5cb235ee
Parent:
1:64a9c4a03244
Child:
3:8a08d9633b93
--- a/radio.h	Sun Aug 30 09:39:25 2015 +1000
+++ b/radio.h	Mon Sep 07 08:08:51 2015 +1000
@@ -33,6 +33,7 @@
     IDLE,
 
     RX_DONE,
+    RX_WAIT,    //Waiting for receive data, or timeout
     RX_TIMEOUT,
     RX_ERROR,
 
@@ -251,7 +252,7 @@
      *
      * @param status Radio status.[RF_IDLE, RF_RX_RUNNING, RF_TX_RUNNING]
      */
-    virtual RadioState GetState( void ) = 0;
+    virtual RadioState GetStatus( void ) = 0;
 
     /*!
      * \brief Configures the radio with the given modem