Skip to content

Commit 562234b

Browse files
authored
Update IMU.ino
1 parent 8e8a672 commit 562234b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/Basics/IMU/IMU.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* Describe: BMI270 example. IMU
1010
* Date: 2023/5/5
1111
*******************************************************************************
12+
Depend Libraries:
13+
- [BMI270_Sensor](https://github.com/Tinyu-Zhao/BMI270_Sensor)
1214
*/
1315
#include <M5CoreS3.h>
1416

@@ -57,4 +59,4 @@ void loop() {
5759
M5.IMU.accel_data.z);
5860

5961
delay(10);
60-
}
62+
}

0 commit comments

Comments
 (0)