Skip to content

Commit eb11984

Browse files
Fix RUN check
1 parent 6154e47 commit eb11984

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/03.nano/boards/nano-33-ble-rev2/tutorials/imu-accelerometer

1 file changed

+2
-2
lines changed

content/hardware/03.nano/boards/nano-33-ble-rev2/tutorials/imu-accelerometer/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ In this example, we will use the accelerometer as a "level" that will provide in
7272

7373
**1. Setting up**
7474

75-
Let's start by opening the Arduino Cloud Editor, clicking on the **Libraries** tab, and searching for the **Arduino_BMI270_BMM150** library. Then, in **> Examples**, open the **SimpleAccelerometer** sketch and once it opens, rename it as **Accelerometer**.
75+
Let's start by opening the Arduino Cloud Editor, clicking on the **Libraries** tab, and searching for the **Arduino_BMI270_BMM150** library. Then, in **Examples**, open the **SimpleAccelerometer** sketch and once it opens, rename it as **Accelerometer**.
7676

7777
![Finding the library in the Cloud Editor.](./assets/nano33B_02_include_library.png)
7878

@@ -266,4 +266,4 @@ Sometimes errors occur, if the code is not working there are some common issues
266266

267267
## Conclusion
268268

269-
In this simple tutorial, we learned what an IMU sensor module is, how to use the **BMI270_BMM150** library, and how to use an Arduino Nano 33 BLE Rev2 to get data. Furthermore, we utilized the 3-axis accelerometer sensor, in order to measure and print out the degrees and relative position of the board.
269+
In this simple tutorial, we learned what an IMU sensor module is, how to use the **BMI270_BMM150** library, and how to use an Arduino Nano 33 BLE Rev2 to get data. Furthermore, we utilized the 3-axis accelerometer sensor, in order to measure and print out the degrees and relative position of the board.

0 commit comments

Comments
 (0)