51单片机秒表程序

51单片机 秒表程序/* 1、程序目的:使用定时器学习秒表计时,中断0控制走表,中断1控制清零 2、硬件要求:数码管、晶振12M */ #include <reg52.h> code unsigned

腾讯文库51单片机秒表程序