1.复位电路没有开关,不可控
在电容旁边并联一个开关和10k的电阻支路
2.晶振电路引用的外部晶振,
理论上XTAL2悬空,XTAL1接外部震荡信号
//ProjeceName:TwoLed
//write by:cyt
//Time:2017-2-10
#include<AT89X51.h> void main()
{
unsigned int a=;
unsigned char b=;
do{
for(a=;a<;a++)
P1_0 = ;
P1_0 = ;
for(b=;b<;b++)
P1_1 = ;
P1_1 = ;
for(a=;a<;a++)
;
}while();
}