定时器延时

void Timer0_Delay (int ms) { int i; // 毫秒计数器 TCON &= ~0x30; // 停止定时器T0并清除溢出标志 TMOD &= ~0x0f; //

腾讯文库定时器延时定时器延时