目录
1、软件设计
2、仿真
3、工程代码与仿真
1、软件设计
#include
#define uchar unsigned char
#define uint unsigned int
sbit LEVEL=P1^2;//LEVEL,P1.2引脚上的电平值
uchar highcount; //记录高电平定时次数void timer0isr(void) interrupt 1 using 1
{TH0 = 0xD8;TL0 = 0xF0; //重置计数初值highcount++; //溢出次数加1if(high