Files
BC1C-firmware/app/by_motion.h

13 lines
178 B
C
Raw Normal View History

#ifndef _BY_MOTION_H__
#define _BY_MOTION_H__
#include "at32f403a_407.h"
typedef struct motion_speed_type {
float v_x;
float v_y;
float v_w;
} motion_speed_type;
#endif