Skip to content
Snippets Groups Projects
Commit 8ba091a1 authored by Aapo Torkkeli's avatar Aapo Torkkeli
Browse files

Increase accel frequency

parent bccea2d4
No related branches found
No related tags found
No related merge requests found
......@@ -323,7 +323,7 @@ int8_t sensor_config() {
rslt = bmi160_init(&sensor);
// Configure the accelerometer's sampling freq, range and modes
sensor.accel_cfg.odr = BMI160_ACCEL_ODR_100HZ;
sensor.accel_cfg.odr = BMI160_ACCEL_ODR_800HZ;
sensor.accel_cfg.range = BMI160_ACCEL_RANGE_8G;
sensor.accel_cfg.bw = BMI160_ACCEL_BW_NORMAL_AVG4;
sensor.accel_cfg.power = BMI160_ACCEL_NORMAL_MODE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment