Files
ManGoWalk_STM32/fun/imu948.h
2025-07-01 13:16:48 +08:00

9 lines
148 B
C

#ifndef __IMU948_H__
#define __IMU948_H__
#include "headfile.h"
void imu_angle_ble_task_entry(ULONG thread_input);
void imu600_init(void);
#endif