内容简介:延时子程序 /// void delay(unsigned int cnt){ while(--cnt);} /// // 主函数 /// void int0(void) interrupt 0 using 0 //用于减小流水灯速度 { if(flag<9)flag++;} / 函数功能:外中断T0的中断服务程序 / void int1(void) interrupt 2 using 0...
用户评论
havenhome