Antoine Boisadam / Mbed 2 deprecated SX1272-Receiver

Dependencies:   SX1272Lib mbed

Fork of SX1272PingPong by Semtech

Revision:
18:79e1a9635c6d
Parent:
17:c44bd9aea979
Child:
19:538e05373d0f
diff -r c44bd9aea979 -r 79e1a9635c6d main.cpp
--- 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);
     }
 }