PingPong demo using modtronix inAir9 module

Dependencies:   SX1276Lib_inAir mbed

Fork of SX1276PingPong by ENEL400

Revision:
16:3d22f4dd0311
Parent:
15:916032fc76c0
--- a/main.cpp	Wed May 18 04:36:51 2016 +0000
+++ b/main.cpp	Mon Jul 11 01:25:28 2016 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 #include "main.h"
-#include "sx1276-hal.h"
+#include "sx1276-inAir.h"
 
 /* Set this flag to '1' to display debug messages on the console */
 #define DEBUG_MESSAGE   1
@@ -83,7 +83,7 @@
 /*
  *  Global variables declarations
  */
-SX1276MB1xAS Radio( NULL );
+SX1276inAir Radio( NULL );
 
 const uint8_t PingMsg[] = "PING";
 const uint8_t PongMsg[] = "PONG";