Hexiwear heart rate sensor demo
Fork of Hexi_Accelero_Magneto_Example by
Revision 3:9f60cb7455c4, committed 2016-08-15
- Comitter:
- GregC
- Date:
- Mon Aug 15 23:31:10 2016 +0000
- Parent:
- 2:f9c24c129575
- Child:
- 4:acdc72fe9dcf
- 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) {
