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
Parent:
1:acabcc8fed83
--- 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");
     }
 }