Hexiwear based rate of exercise coach

Dependencies:   FXOS8700 Hexi_OLED_SSD1351

Fork of Hexi_Accelero_Magneto_Example by Hexiwear

Files at this revision

API Documentation at this revision

Comitter:
GregC
Date:
Mon Aug 15 23:31:10 2016 +0000
Parent:
2:f9c24c129575
Child:
4:adea7bcbd995
Commit message:
Accelerometer and magnetometer program example for hexiwear

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Aug 15 23:22:48 2016 +0000
+++ b/main.cpp	Mon Aug 15 23:31:10 2016 +0000
@@ -25,7 +25,7 @@
     float accel_data[3]; float accel_rms=0.0;
     float mag_data[3];   float mag_rms=0.0;
 
-    printf("Begin Data Acquisition from FXOS8700 and FXAS21002....\r\n\r\n");
+    printf("Begin Data Acquisition from FXOS8700CQ sensor....\r\n\r\n");
     wait(0.5);
     
     while (1) {