iNEMO inertial module: 3D accelerometer and 3D gyroscope.

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   X_NUCLEO_IKS01A3 X_NUCLEO_IKS01A3

Revision:
1:888ac5f8d970
Parent:
0:6d69e896ce38
Child:
3:4274d9103f1d
--- a/LSM6DSOSensor.h	Tue Mar 05 16:26:47 2019 +0000
+++ b/LSM6DSOSensor.h	Wed Mar 06 12:37:22 2019 +0000
@@ -127,7 +127,7 @@
     int reset_step_counter(void);
     int enable_tilt_detection(LSM6DSO_Interrupt_Pin_t pin = LSM6DSO_INT1_PIN);
     int disable_tilt_detection(void);
-    int enable_wake_up_detection(LSM6DSO_Interrupt_Pin_t pin = LSM6DSO_INT2_PIN);
+    int enable_wake_up_detection(LSM6DSO_Interrupt_Pin_t pin = LSM6DSO_INT1_PIN);
     int disable_wake_up_detection(void);
     int set_wake_up_threshold(uint8_t thr);
     int set_wake_up_duration(uint8_t dur);