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:
18:79e1a9635c6d
Parent:
17:c44bd9aea979
Child:
19:538e05373d0f
--- a/main.cpp	Mon Mar 13 10:58:11 2017 +0000
+++ b/main.cpp	Mon Mar 13 14:35:32 2017 +0000
@@ -89,6 +89,7 @@
     while( 1 ) {
         debug("\r\n========\r\nNew Packet\r\n========\r\n");
         debug("%s \r\n", Buffer);
+        led = 1-led;
         wait(3);
     }
 }