feat: 移植 lwprintf
feat: 创建 can 发送接口 feat: 添加编码器读数接口
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
|
||||
#include "at32f413.h"
|
||||
|
||||
void by_motion_init(void);
|
||||
extern void by_motion_init(void);
|
||||
extern int16_t by_motion_get_speed_m1(void);
|
||||
extern int16_t by_motion_get_speed_m2(void);
|
||||
|
||||
extern int16_t speed_m1;
|
||||
extern int16_t speed_m2;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user