Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RCmags committed Dec 26, 2022
1 parent e05f81d commit e8ad992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/velocity/velocity.ino
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ basicMPU6050<LP_FILTER, GYRO_SENS, ACCEL_SENS, ADDRESS_A0,
accIntegral fusion;
// Unit
constexpr float GRAVITY = 9.81e3; // mm/s^2 Magnitude of gravity at rest. Determines units of velocity.
constexpr float SD_ACC = 200; // mm/s^2 Standard deviation of acceleration. Deviations from zero are suppressed
constexpr float SD_VEL = 200; // mm/s Standard deviation of velocity. Deviations from target value are suppressed
constexpr float SD_ACC = 200; // mm/s^2 Standard deviation of acceleration. Deviations from zero are suppressed.
constexpr float SD_VEL = 200; // mm/s Standard deviation of velocity. Deviations from target value are suppressed.

void setup() {
Serial.begin(38400);
Expand Down

0 comments on commit e8ad992

Please sign in to comment.