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

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   X_NUCLEO_IKS01A3 X_NUCLEO_IKS01A3

Revision:
5:b65c1498ae3f
Parent:
4:77faf76e3cd8
--- a/lsm6dso_reg.h	Thu Oct 29 12:50:52 2020 +0000
+++ b/lsm6dso_reg.h	Tue Nov 03 16:26:58 2020 +0000
@@ -2880,8 +2880,8 @@
 
 typedef struct{
   uint8_t odr_fine_tune;
-} dev_cal_t;
-int32_t lsm6dso_calibration_get(lsm6dso_ctx_t *ctx, dev_cal_t *val);
+} lsm6dso_dev_cal_t;
+int32_t lsm6dso_calibration_get(lsm6dso_ctx_t *ctx, lsm6dso_dev_cal_t *val);
 
 typedef struct {
   struct {