13 lines
261 B
C
13 lines
261 B
C
|
|
#ifndef _BY_TINY_FRAME_SLAVE_READ_WRITE_H__
|
||
|
|
#define _BY_TINY_FRAME_SLAVE_READ_WRITE_H__
|
||
|
|
|
||
|
|
#include "by_tiny_frame_config.h"
|
||
|
|
|
||
|
|
#if defined(BY_TF_DEVICE_SLAVE)
|
||
|
|
|
||
|
|
#define BY_TINY_FRAME_WRITE_CMD_CODE (0x03)
|
||
|
|
#define BY_TINY_FRAME_WRITE_CMD_CODE (0x06)
|
||
|
|
|
||
|
|
#endif
|
||
|
|
#endif
|