In traditional embedded programming, we will give a delay function like so:
for(i=0;i<255;i++) for(j=0;j<255;j++);
In the micropro
any decent C compiler would, without extra work, remove your code entirely and the delay would vanish