#include //定义LED灯接在P0口 #define LED P0 //LED为外部变量 //延时函数 void delay() { unsigned char j,i; for(i=0;i