Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Doc1

#include <REGX51.H>
void delay()
{
int k;
for(k=0;k<=30000;k++);
}
void main()
{
while(1>0)
{P1=0x0f;
delay();
P1=0xf0;
delay();
}
}

You might also like