Skip to content

Commit fc66a9c

Browse files
authored
Merge pull request #12 from practable/fw-dev
updated Gyro Acc Max from 4G to 8G. Updated to V1.2.1
2 parents 9137ebf + e0780a8 commit fc66a9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fw/dynamics_lab_firmware_V1_x_x/globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
// Program Attributes
3030
#define EXPERIMENT_NAME "dynamics-lab"
31-
#define FIRMWARE_VERSION "V1.2.0"
31+
#define FIRMWARE_VERSION "V1.2.1"
3232
#define DEVELOPER "Imogen Heard"
3333

3434

fw/dynamics_lab_firmware_V1_x_x/mpuFunctions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void mpu_setup() {
7676
}
7777
}
7878

79-
mpu.setAccelerometerRange(MPU6050_RANGE_4_G);
79+
mpu.setAccelerometerRange(MPU6050_RANGE_8_G); // Changed from MPU6050_RANGE_4_G 2025-09-15 IWH
8080
mpu.setGyroRange(MPU6050_RANGE_250_DEG);
8181
mpu.setFilterBandwidth(MPU6050_BAND_21_HZ);
8282
Serial.println("");

0 commit comments

Comments
 (0)