Send DHT11 & SHT10 sensors data through LoRa SX1272 board.

Dependencies:   DHT11 SHTx SX1272Lib mbed

Fork of SX1272-Transmitter by Antoine Boisadam

Revision:
22:e6a5e6cf38cb
Parent:
21:3ea7ab726dd4
Child:
23:711e46d8c9c6
--- a/main.cpp	Sat Apr 01 21:47:25 2017 +0000
+++ b/main.cpp	Mon Apr 03 10:55:48 2017 +0000
@@ -144,7 +144,6 @@
 // humidity: 0 < x < 100
 uint8_t to_u8(float x, bool isTemp)
 {
-  printf( "%3.2f isTemp ? %d \r\n", x, isTemp );
   float a = 30;
   float min = 0.0;
   float max = 100.0;