initial commit

This commit is contained in:
bmy
2024-04-25 22:31:01 +08:00
commit 200b5703f9
119 changed files with 52620 additions and 0 deletions

9
app/by_can.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef _BY_CAN_H__
#define _BY_CAN_H__
#include "at32f413.h"
#include "by_utils.h"
by_error_status by_can_send_stdd(uint32_t id, const uint8_t *data, uint8_t len, uint16_t timeout);
#endif