small change

This commit is contained in:
2025-06-24 21:06:53 +08:00
parent 20d90d8933
commit 985882d85e
20 changed files with 674 additions and 358 deletions

2
fun/IMU.c Normal file
View File

@@ -0,0 +1,2 @@
#include "IMU.h"

7
fun/IMU.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef __IMU_H__
#define __IMU_H__
#include "headfile.h"
#endif

View File

@@ -3,6 +3,7 @@
#include "headfile.h"
void Shake_Motor_Open(void);
void Shake_Motor_Close(void);
#endif