📄 310_define.h
字号:
#define baudrat 9600
//baudrat had been tested for 9600 and 19200,It's right ;
#define MIN_NUM 1 //define the time of mode to protect compress machine
//
#define T1clk 24500000//2097152
//The clock of Timer 1,The system clock is 24.5MHz,the register
//OSCICN select local oscillator as SYSCLK
//CLKSEL select SYSCLK from register OSCICN setup ;
extern xdata struct model locate ;
uchar min ;
uchar power ;
uchar xdata rxbuffer[110];
unsigned xdata lock ;
uchar xdata lastpower ;
uchar xdata lastfan ;
uchar xdata lastuv ;
uchar xdata lastswing ;
uchar xdata lasttimer ;
uchar xdata lastmode_choose ;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -