Files
QDAC-firmware/app/tiny_frame/by_tiny_frame_master_read.h

14 lines
250 B
C
Raw Normal View History

#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_READ_CMD_CODE (0x03)
extern void by_tiny_frame_read_run(void);
#endif
#endif