10 lines
169 B
C
10 lines
169 B
C
#include "sys.h"
|
|
|
|
|
|
extern uint8_t Control_Buf[8];
|
|
extern uint8_t Control_Ins_Flag;
|
|
|
|
void Sampling_Control(void);
|
|
void CDC_Data_Send(void);
|
|
void Instruct_Judgment(void);
|