You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/readme.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# ArduinoLSM6DSOX library
2
2
3
3
4
-
The ArduinoLSM6DSOX library allows you to use the intertial measurement unit (IMU) available on the Arduino® Nano RP2040 Connect board. The IMU is a LSM6DSOX, it is a 3-axis accelerometer and 3-axis gyroscope. The IMU is connected to the Nano RP2040 Connect board's microcontroller through I2C. The values returned are signed floats.
4
+
The ArduinoLSM6DSOX library allows you to use the inertial measurement unit (IMU) available on the Arduino® Nano RP2040 Connect board. The IMU is a LSM6DSOX, it is a 3-axis accelerometer and 3-axis gyroscope. The IMU is connected to the Nano RP2040 Connect board's microcontroller through I2C. The values returned are signed floats.
5
5
6
6
To use this library:
7
7
@@ -13,4 +13,7 @@ The ArduinoLSM6DSOX library takes care of the sensor initialization and sets its
13
13
14
14
- Accelerometer range is set at ±4 g with a resolution of 0.122 mg.
15
15
- Gyroscope range is set at ±2000 dps with a resolution of 70 mdps.
16
-
- Output data rate is fixed at 104 Hz.
16
+
- Magnetometer range is set at ±400 uT with a resolution of 0.014 uT.
17
+
- Accelerometer and gyrospcope output data rate is fixed at 104 Hz.
18
+
- Magnetometer output data rate is fixed at 20 Hz.
0 commit comments