BMI270_SensorAPI
BMI270_SensorAPI copied to clipboard
feat: Add `skip_reset` `bmi270_init`, preventing soft reset during init
This PR adds skip_reset option to bmi270_init. Useful when waking up from sleep and the IMU has already initialized. Preventing the soft reset lets us read IMU regs to get activity data (such as step count) while we were asleep.