Skip to content

Commit 4084bd3

Browse files
committed
Update readme.md
1 parent 5fc1a94 commit 4084bd3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/readme.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ArduinoLSM6DSOX library
22

33

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.
55

66
To use this library:
77

@@ -13,4 +13,7 @@ The ArduinoLSM6DSOX library takes care of the sensor initialization and sets its
1313

1414
- Accelerometer range is set at ±4 g with a resolution of 0.122 mg.
1515
- 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.
19+

0 commit comments

Comments
 (0)