Skip to content

Commit 1fdef5b

Browse files
authored
added missing link (#8)
added missing link from https://www.arduino.cc/en/Reference/ArduinoLSM6DSOX @karlsoderby
1 parent 699044c commit 1fdef5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/readme.md

Lines changed: 1 addition & 1 deletion
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 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.
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](https://www.st.com/resource/en/datasheet/lsm6dsox.pdf), 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

0 commit comments

Comments
 (0)