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: FXOS8700 Hexi_OLED_SSD1351
Fork of Hexi_Accelero_Magneto_Example by
Diff: main.cpp
- Revision:
- 3:9f60cb7455c4
- Parent:
- 2:f9c24c129575
- Child:
- 4:adea7bcbd995
--- 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) {
    