Files
ManGoWalk_STM32/fun/imu948.h

9 lines
125 B
C

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