hello guys!
is there any way of repeat this code line without writing them?
delay_ms(5000);
if (porta.f0==0) {goto start;}
because if i write it the programm crashes i dont know why... maybe the delay times are too big
is there any way of repeat this code line without writing them?
delay_ms(5000);
if (porta.f0==0) {goto start;}
because if i write it the programm crashes i dont know why... maybe the delay times are too big