spelling: accelerometer

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:16:10 -05:00
parent 4ed801eaf9
commit 605fe7756e

View file

@ -115,7 +115,7 @@ static const BoardConfigAccel BOARD_CONFIG_ACCEL = {
.axes_inverts[AXIS_Y] = true, .axes_inverts[AXIS_Y] = true,
.axes_inverts[AXIS_Z] = true, .axes_inverts[AXIS_Z] = true,
#endif #endif
// This is affected by the acceleromter's configured ODR, so this value // This is affected by the accelerometer's configured ODR, so this value
// will need to be tuned again once we stop locking the BMA255 to an ODR of // will need to be tuned again once we stop locking the BMA255 to an ODR of
// 125 Hz. // 125 Hz.
.shake_thresholds[AccelThresholdHigh] = 64, .shake_thresholds[AccelThresholdHigh] = 64,