Send DHT11 & SHT10 sensors data through LoRa SX1272 board.

Dependencies:   SX1272Lib mbed

Fork of SX1272PingPong by Semtech

Revision:
16:80f027a8b2bc
Parent:
15:24dc42e5d7bf
Child:
17:cd37e3e63cec
--- a/main.cpp	Mon Mar 13 14:25:24 2017 +0000
+++ b/main.cpp	Mon Mar 13 14:35:49 2017 +0000
@@ -95,6 +95,7 @@
         }
         wait_ms( 10 );
         Radio.Send( Buffer, BufferSize );
+        led = 1-led;
         wait(3);
     }
 }