Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: sensors: bmi270: Add CRT support to sensor_attr_set
Fixes: #62514 This change allows the bmi270 CRT feature methods to be called through Zephyr's sensor api. Using the sensor_attr_set function, with the following args: -SENSOR_ATTR_CALIBRATION-run the crt. -BMI270_SENSOR_ATTR_NVM_PROG-save the CRT results in nvm. -BMI270_SENSOR_ATTR_GAIN_COMP-enable/disable gain compensation. Signed-off-by: Pedro Machado <[email protected]>
- Loading branch information