Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

void tempo (unsigned char atraso){

do{

Delay10KTCYx(50*Fosc/4);
Delay10KTCYx(50*Fosc/4);
Delay10KTCYx(50*Fosc/4);
Delay10KTCYx(50*Fosc/4);
Delay10KTCYx(50*Fosc/4);
atraso--;
}while(atraso>0);
}

You might also like