Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
data_pc.h
00001 #ifndef _DATA_PC_H 00002 #define _DATA_PC_H 00003 00004 #include "mbed.h" 00005 00006 extern Serial pc; // tx, rx U2 min 00007 00008 extern int pc_control; // 命令帧标志位 00009 //extern unsigned int flag_A, flag_B; 00010 //extern unsigned int pc_num; 00011 00012 //extern uint16_t phase_flag_get[1]; 00013 extern uint16_t phase_flag_use[1]; 00014 extern unsigned int phase_flag; 00015 00016 void pc_decode(); 00017 void pc_clear(); 00018 void serial_pc_isr(); 00019 00020 #endif
Generated on Thu Jul 21 2022 06:59:24 by
1.7.2