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 f95649b commit 7f2def0Copy full SHA for 7f2def0
content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-accelerometer/content.md
@@ -25,7 +25,7 @@ This tutorial will focus on the IMU system with the **BMI270 and BMM150** module
25
26
The goals of this project are:
27
- Understand how the IMU system on the Arduino Nano 33 BLE Sense Rev2 works.
28
-- Use the BMI270_BMM150 library.
+- Use the [BMI270_BMM150 library](https://docs.arduino.cc/libraries/arduino_bmi270_bmm150/).
29
- Read the raw data of the accelerometer sensor.
30
- Convert the raw data into board positions.
31
- Print out live data through the Serial Monitor.
0 commit comments