Skip to content

Commit 9a447cb

Browse files
committed
Add IMU tutorial + library links
1 parent ff21e76 commit 9a447cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/hardware/03.nano/boards/nano-33-iot/features.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,12 @@ The Arduino Nano 33 IoT is Arduino's smallest board to get started with Internet
2020
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduinoble/"/>
2121
</Feature>
2222

23+
<Feature title="IMU" image="imu">
24+
25+
The Nano 33 IoT comes with an IMU (LSM6DS3), combining an accelerometer and a gyroscope to use in your projects.
26+
27+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-iot/imu-gyroscope"/>
28+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_lsm6ds3/"/>
29+
</Feature>
30+
2331
</FeatureList>

0 commit comments

Comments
 (0)