FRDM-K64F, Avnet M14A2A, Grove Shield, to create smart home system. In use with AT&Ts M2x & Flow.

Dependencies:   mbed FXOS8700CQ MODSERIAL

Revision:
77:c65eae5b9958
Parent:
72:b500e1507b5f
Child:
84:fc8c9b39723a
--- 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
     {