12
Diff: DATA_PC/data_pc.h
- Revision:
- 0:dd5d4837292c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DATA_PC/data_pc.h Wed Jun 09 01:41:45 2021 +0000 @@ -0,0 +1,21 @@ +#ifndef _DATA_PC_H +#define _DATA_PC_H + +#include "mbed.h" +#include "data_command.h" + +extern Serial pc; // tx, rx U2 min + +extern int pc_control; // 命令帧标志位 +//extern unsigned int flag_A, flag_B; +//extern unsigned int pc_num; + +//extern uint16_t mode_flag_get[1]; +//extern uint16_t mode_flag_use[1]; +extern unsigned int mode_flag; + +void pc_decode(); +void pc_clear(); +void serial_pc_isr(); + +#endif \ No newline at end of file