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 51b09e0 commit 6154e47Copy full SHA for 6154e47
content/hardware/03.nano/boards/nano-33-ble/tutorials/imu-accelerometer/content.md
@@ -95,7 +95,7 @@ Include the LSM9DS1 library at the top of your sketch:
95
#include <Arduino_LSM9DS1.h>
96
```
97
98
-**Initialize variables before the `setup()` function:**
+Initialize variables before the `setup()` function:
99
100
```arduino
101
#define MINIMUM_TILT 5 // Threshold for tilt detection in degrees
@@ -107,7 +107,7 @@ int angleY = 0;
107
unsigned long previousMillis = 0;
108
109
110
-**In the `setup()`, initialize the IMU and start serial communication:**
+In the `setup()`, initialize the IMU and start serial communication:
111
112
113
void setup() {
0 commit comments