We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8ba21 commit 1297c96Copy full SHA for 1297c96
src/BNO055ESP32.h
@@ -308,7 +308,7 @@ typedef enum {
308
BNO055_CONF_ACCEL_BANDWIDTH_62_5HZ = 0x0C,
309
BNO055_CONF_ACCEL_BANDWIDTH_125HZ = 0x10,
310
BNO055_CONF_ACCEL_BANDWIDTH_250HZ = 0x14,
311
- BNO055_CONF_ACCEL_BANDWIDTH_500HZ = 0x08,
+ BNO055_CONF_ACCEL_BANDWIDTH_500HZ = 0x18,
312
BNO055_CONF_ACCEL_BANDWIDTH_1000HZ = 0x1C
313
} bno055_accel_bandwidth_t;
314
0 commit comments