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 1854dbe commit 14e4ef1Copy full SHA for 14e4ef1
Arduino_9DoF_to_Unity/Arduino_Code/9dof_to_unity_uncalibrated/9dof_to_unity_uncalibrated.ino
@@ -21,13 +21,9 @@ void setup() {
21
}
22
lsm6ds.setAccelRange(LSM6DS_ACCEL_RANGE_2_G);
23
lsm6ds.setGyroRange(LSM6DS_GYRO_RANGE_250_DPS);
24
- lis3mdl.setRange(LIS3MDL_RANGE_4_GAUSS);
25
26
lsm6ds.setAccelDataRate(LSM6DS_RATE_104_HZ);
27
lsm6ds.setGyroDataRate(LSM6DS_RATE_104_HZ);
28
- lis3mdl.setDataRate(LIS3MDL_DATARATE_1000_HZ);
29
- lis3mdl.setPerformanceMode(LIS3MDL_MEDIUMMODE);
30
- lis3mdl.setOperationMode(LIS3MDL_CONTINUOUSMODE);
31
32
33
0 commit comments