Skip to content

Commit 51b09e0

Browse files
Update content/hardware/03.nano/boards/nano-33-ble/tutorials/imu-accelerometer/content.md
Co-authored-by: Karl Söderby <[email protected]>
1 parent 83640ba commit 51b09e0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Now, connect the Arduino Nano 33 BLE to the computer and make sure that the Clou
8989

9090
Now we will write the code to read the accelerometer data, calculate the tilt angles, and print the relative position of the board as we move it at different angles.
9191

92-
**Include the LSM9DS1 library at the top of your sketch:**
92+
Include the LSM9DS1 library at the top of your sketch:
9393

9494
```arduino
9595
#include <Arduino_LSM9DS1.h>

0 commit comments

Comments
 (0)