This library demonstrates how to use the sensors on the QW Shield.
Dependents: QW-TEMP_GPS-NMEA QW-Motiondetection QW-Closet-detection
Revision 2:98a0b0ea3457, committed 2015-12-02
- Comitter:
- quicksand
- Date:
- Wed Dec 02 11:49:27 2015 +0000
- Parent:
- 1:acabcc8fed83
- Child:
- 3:1b27ad5eb94a
- Commit message:
- Minor changes.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Dec 02 11:40:48 2015 +0000
+++ b/main.cpp Wed Dec 02 11:49:27 2015 +0000
@@ -129,11 +129,11 @@
/* Start accelerometer reading - Data monitoring - Normal power, high resolution, 25 Hz rate, +/-2G full scale, no high pass filter. Ouptput data format is X Y Z */
if(modem_command_check_ok("ATS650=1,0,3,2,0"))
{
- pc.printf("Accellerometer monitoring started successfully\r\n");
+ pc.printf("accelerometer monitoring started successfully\r\n");
}
else
{
- pc.printf("Accellerometer monitoring start failed\r\n");
+ pc.printf("accelerometer monitoring start failed\r\n");
}
}
QW SIGFOX Development Kit