feat: 基本完成通信帧主机写操作接口
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
|
||||
#include "by_tiny_frame_config.h"
|
||||
|
||||
#if defined(BY_TF_DEVICE_MASTER)
|
||||
#include "by_tiny_frame_master_read.h"
|
||||
#include "by_tiny_frame_master_write.h"
|
||||
#elif defined(BY_TF_DEVICE_SLAVE)
|
||||
#include "by_tiny_frame_slave_read_write.h"
|
||||
#endif
|
||||
|
||||
extern void by_tiny_frame_init(void);
|
||||
void by_tiny_frame_run(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user