PingPong demo using modtronix inAir9 module

Dependencies:   SX1276Lib_inAir mbed

Fork of SX1276PingPong by ENEL400

Files at this revision

API Documentation at this revision

Comitter:
rba90
Date:
Mon Jul 11 01:25:28 2016 +0000
Parent:
15:916032fc76c0
Commit message:
PingPong demo using modtronix inAir9 module

Changed in this revision

SX1276Lib.lib Show diff for this revision Revisions of this file
SX1276Lib_inAir.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 916032fc76c0 -r 3d22f4dd0311 SX1276Lib.lib
--- a/SX1276Lib.lib	Wed May 18 04:36:51 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-https://developer.mbed.org/users/rba90/code/SX1276Lib/#264ca4ff8c5a
diff -r 916032fc76c0 -r 3d22f4dd0311 SX1276Lib_inAir.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SX1276Lib_inAir.lib	Mon Jul 11 01:25:28 2016 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/teams/ENEL400/code/SX1276Lib_inAir/#bc0732f29f43
diff -r 916032fc76c0 -r 3d22f4dd0311 main.cpp
--- 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";