Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FXOS8700CQ MODSERIAL mbed
Fork of Avnet_ATT_Cellular_IOT by
Diff: sensors.cpp
- Revision:
- 77:c65eae5b9958
- Parent:
- 72:b500e1507b5f
--- 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
{
