Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

problem with real time delay

Status
Not open for further replies.

sachin.kolkar

New Member
Dear friends ,
i m using atmel micro controllers, i m facing problem with real time delay . i coding atmel mcs in C but i m not gettinng pricise delay what i want .this is my delay programme


void delay()
{
if((PINB& (1<<PINB3)))
{
for(i=0;i<255;i++)
{
for(j=0;j<255;j++)
{
for(k=0;k<255;k++)
{
for(l=0;l<10;l++)
{
;


}


}

}

}
}




please help me...............
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top