Skip to content

Instantly share code, notes, and snippets.

View EdITSWORLD's full-sized avatar

EdITS WORLD EdITSWORLD

View GitHub Profile
#include<regx51.h>
void delay(int a) //function for delay generation
{
int i;
for(i=1;i<a;i++);
}
void main()
{
P1=0xff;
while(1) //logic to run program infinite times