-
Notifications
You must be signed in to change notification settings - Fork 528
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I was initially not aware that each directory is for one sensor.
I thought it is a software variant (or X as place holder for some hardware variants)
and even wanted to question here what is different between each directory, e.g.
like LSM6DSO, LSM6DSOX, LSM6DSO32, LSM6DSO32X.
Question beside: Are they in some kind (backward) compatible?
So e.g. code for LSM6DSO can run on all other mentioned device (when not using the additional features)?
But back to LSM6DSO source code:
LIS2DH12_GY_ST_NEGATIVE
->
LSM6DSO_GY_ST_NEGATIVE
lsm6dso_xl_data_rate_set(&dev_ctx, LSM6DSO_GY_ODR_OFF);
->
lsm6dso_gy_data_rate_set(&dev_ctx, LSM6DSO_GY_ODR_OFF);
(same as #142 )
I am at the moment using only self test code, so not checked the other example files.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working