如题 前几行 #include #include"defines.h" //引用声明文件 uchar out_cont,conter; uchar out_width[5] = 0; void Delay_ms(uint time) //ms级延时 { uint i; while( --time != 0) { for(i = 0; i < 600; i++); } } void timer0_init() //初始化定时器0 { uint i = 1000*CYCLE; TH0 =