Skip to content

Commit 2868258

Browse files
authored
1 parent 95890dc commit 2868258

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
# ArduinoLSM6DS3 library
22

33

4-
The ArduinoLSM6DS3 library allows you to use the inertial measurement unit (IMU) available on the Arduino® Nano 33 IoT board and the Arduino® UNO WiFi Rev 2 board. The IMU is a LSM6DS3, it has a 3-axis accelerometer and a 3-axis gyroscope. The IMU is connected through I2C on the Nano 33 IoT board's microcontroller and through SPI on the UNO WiFi Rev. 2 board's microcontroller. The values returned are signed floats.
4+
The ArduinoLSM6DS3 library allows you to use the inertial measurement unit (IMU) available on the Arduino® Nano 33 IoT board and the Arduino® UNO WiFi Rev 2 board. The IMU is a [LSM6DS3](https://www.st.com/resource/en/datasheet/lsm6ds3.pdf), it has a 3-axis accelerometer and a 3-axis gyroscope. The IMU is connected through I2C on the Nano 33 IoT board's microcontroller and through SPI on the UNO WiFi Rev. 2 board's microcontroller. The values returned are signed floats.
55

66
To use this library:
77

0 commit comments

Comments
 (0)