void delayms(uint x) { uchar y; for(;x>0;x--) for(y=110;y>0;y--) ; }