Remote I/O Sensor bus with AT&T flow and M2X cloud

Dependencies:   DHT11 FXOS8700CQ MODSERIAL mbed

Fork of Avnet_ATT_Cellular_IOT by Avnet

Revision:
77:c65eae5b9958
Parent:
72:b500e1507b5f
Child:
82:4e608375910a
--- a/sensors.cpp	Sat Aug 13 18:29:56 2016 +0000
+++ b/sensors.cpp	Mon Aug 15 19:31:14 2016 +0000
@@ -129,7 +129,7 @@
     if (SN_7020[4] != 0x14)
     {
         bSi7020_present = false;
-        PRINTF("Si7020 sensor not found\n");
+        PRINTF("Si7020 sensor not found\r\n");
     }
     else 
     {
@@ -240,7 +240,7 @@
     if (readbyte != 0x45)
     {
         bSi1145_present = false;
-        PRINTF("Si1145 sensor not found\n");
+        PRINTF("Si1145 sensor not found\r\n");
     }
     else
     {
@@ -347,7 +347,7 @@
     if (iWhoAmI != 0xC7)
     {
         bMotionSensor_present = false;
-        PRINTF("FXOS8700CQ motion sensor not found\n");
+        PRINTF("FXOS8700CQ motion sensor not found\r\n");
     }
     else
     {