Skip to content

Commit 4d60177

Browse files
authored
added missing link (#21)
added missing link from https://www.arduino.cc/en/Reference/ArduinoLSM9DS1 @karlsoderby
1 parent 2351f75 commit 4d60177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/readme.md

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

3-
The ArduinoLSM9DS1 library allows you to use the inertial measurement unit (IMU) available on the Arduino® Nano 33 BLE board. The IMU is a LSM9DS1, it is a 3-axis accelerometer, 3-axis gyroscope, and 3-axis magnetometer. The IMU is connected to the Nano 33 BLE board's microcontroller through I2C. The values returned are signed floats.
3+
The ArduinoLSM9DS1 library allows you to use the inertial measurement unit (IMU) available on the Arduino® Nano 33 BLE board. The IMU is a [LSM9DS1](https://www.st.com/resource/en/datasheet/lsm9ds1.pdf), it is a 3-axis accelerometer, 3-axis gyroscope, and 3-axis magnetometer. The IMU is connected to the Nano 33 BLE board's microcontroller through I2C. The values returned are signed floats.
44

55
To use this library:
66

@@ -14,4 +14,4 @@ The ArduinoLSM9DS1 library takes care of the sensor initialization and sets its
1414
- Gyroscope range is set at ±2000 dps with a resolution of 70 mdps.
1515
- Magnetometer range is set at ±400 uT with a resolution of 0.014 uT.
1616
- Accelerometer and gyrospcope output data rate is fixed at 104 Hz.
17-
- Magnetometer output data rate is fixed at 20 Hz.
17+
- Magnetometer output data rate is fixed at 20 Hz.

0 commit comments

Comments
 (0)