Ultra-compact high-performance eCompass module: ultra-low power 3D accelerometer and 3D magnetometer.

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   HelloWorld_ST_Sensors MOTENV_Mbed mbed-os-mqtt-client LSM303AGR_JS ... more

Revision:
2:e37be5550633
Parent:
0:ec6e59cc6f40
--- a/LSM303AGR_acc_driver.h	Wed Sep 27 16:49:51 2017 +0200
+++ b/LSM303AGR_acc_driver.h	Mon Oct 02 09:29:33 2017 +0200
@@ -604,8 +604,8 @@
 * Permission    : RW
 *******************************************************************************/
 typedef enum {
-    LSM303AGR_ACC_SIM_4_WIRES        =0x00,
-    LSM303AGR_ACC_SIM_3_WIRES        =0x01,
+//    LSM303AGR_ACC_SIM_4_WIRES        =0x00,  // FIXME not allowed by the component
+    LSM303AGR_ACC_SIM_3_WIRES        =0x01
 } LSM303AGR_ACC_SIM_t;
 
 #define       LSM303AGR_ACC_SIM_MASK      0x01