iNEMO inertial module: 3D accelerometer and 3D gyroscope.
Dependencies: X_NUCLEO_COMMON ST_INTERFACES
Dependents: X_NUCLEO_IKS01A3 X_NUCLEO_IKS01A3
Revision 5:b65c1498ae3f, committed 2020-11-03
- Comitter:
- cparata
- Date:
- Tue Nov 03 16:26:58 2020 +0000
- Parent:
- 4:77faf76e3cd8
- Child:
- 6:4774b86385e5
- Commit message:
- Fix conflict issue with LSM6DSOX PID
Changed in this revision
| lsm6dso_reg.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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 {