uint8_t cntOverflow = 0; typedef enum BOOLEAN{FALSE, TRUE} boolean; boolean secondCompMatch = FALSE; int main(void) { initPorts(); initTimer1OV(); while(1) { } } void initTimer1OutComp(void) { togglePinC4(); OCR1A = 0x8000; TIMSK = 0x00; TIMSK = (1< 10) { TCCR1B = 0x00; cntOverflow = 0; initTimer1OutComp(); } else{ togglePinC5(); } }