#include <intrins.h>
//#define uint unsigned int
#define uchar unsigned char
uchar temp,a;
void main()
{
TMOD=0x01;
TH0=(65536-50000)/256;
TL0=(65536-50000)%256;
EA=1;
ET0=1;
TR0=1;
temp=0xfe;
P1=0xfe;
while(1)
{ if(a==20)
{ a=0;
temp=_crol_(temp,1);
}
P1=temp;
}
}
void timer0() interrupt 1
{
TH0=(65536-50000)/256;
TL0=(65536-50000)%256;
a++;
}
- 本文固定链接: http://ttfde.top/index.php/post/99.html
- 转载请注明: admin 于 TTF的家园 发表
《本文》有 0 条评论