There are currently 2 posts.
void delay_ms(uint k)
{
uint i,j;
for (i=0;i<k;i++)
for (j=0;j<1140;j++);
}
Content converter: