mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-13 12:42:53 +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
|