bit SW1bz=0;//设置键标志
bit SW2bz=0;//设置位移键
bit SW3bz=0;//设置调节键
/**************** 外部函数声明和外部变量声明 *****************/
bit flag_zx1=0;//串口1标志
uchar UART1_JS=0;//串口1数据计数
bit UART1_FSBZ=0;//串口1发送标志
bit flag_zx2=0;//串口2标志
uchar UART2_JS=0;//串口2数据计数
bit UART2_FSBZ=0;//串口2发送标志
bit IN1bz=0;//按键1标志
bit IN2bz=0;//按键2标志
bit IN3bz=0;//按键3标志
bit IN4bz=0;//按键4标志
bit IN5bz=0;//按键5标志
bit IN6bz=0;//按键6标志
bit IN7bz=0;//按键7标志
bit IN8bz=0;//按键8标志