feat: 移植 lwprintf
feat: 创建 can 发送接口 feat: 添加编码器读数接口
This commit is contained in:
8
app/by_can.h
Normal file
8
app/by_can.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _BY_CAN_H__
|
||||
#define _BY_CAN_H__
|
||||
|
||||
#include "at32f413.h"
|
||||
|
||||
uint8_t by_can_send_stdd(uint32_t id, const uint8_t *data, uint8_t len);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user