#include
void Delay(unsigned int t);
sbit key=P3^2; //对应单片机开发板上s19按键
void main (void)
{
while (1) //函数开端后,一直在检测按键是否被按下
{
{
unsigned char i; //界说一个无符号字符型局部变量 i 取值规模 0~255
for(i=0;i<8;i++) //参加 for循环,标明for循环大括号中的程序循环履行8次
{
}
}
else
{
P0=0x00;
}
void Delay(unsigned int t)
{
}