refact: 将读写的应用层接口根据主从分开
This commit is contained in:
11
app/tiny_frame/by_tiny_frame_master_read.h
Normal file
11
app/tiny_frame/by_tiny_frame_master_read.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _BY_TINY_FRAME_MASTER_READ_H__
|
||||
#define _BY_TINY_FRAME_MASTER_READ_H__
|
||||
|
||||
#include "by_tiny_frame_config.h"
|
||||
|
||||
#if defined(BY_TF_DEVICE_MASTER)
|
||||
|
||||
#define BY_TINY_FRAME_WRITE_CMD_CODE (0x03)
|
||||
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user