mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-16 06:02:55 +00:00
7 lines
84 B
C
7 lines
84 B
C
#ifndef _HAL_MPU6050_H
|
|
#define _HAL_MPU6050_H
|
|
|
|
void HAL_MPU6050_Init(void);
|
|
|
|
#endif
|