We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff21e76 commit 9a447cbCopy full SHA for 9a447cb
content/hardware/03.nano/boards/nano-33-iot/features.md
@@ -20,4 +20,12 @@ The Arduino Nano 33 IoT is Arduino's smallest board to get started with Internet
20
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduinoble/"/>
21
</Feature>
22
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
31
</FeatureList>
0 commit comments