Files
ManGoWalk_STM32/fun/IMU.h

7 lines
109 B
C

#ifndef __IMU_H__
#define __IMU_H__
#include "headfile.h"
void imu_thread_entry(ULONG thread_input);
#endif