void delay(uint i) { uint x,j; for (x=i+33;x!=0;x--) { for (j=65535;j!=0;j--); } }