for(;;) {
PORTB_BIT4 = ~PORTB_BIT4;
PORTB_BIT5 = ~PORTB_BIT5;
PORTB_BIT6 = ~PORTB_BIT6;
PORTB_BIT7 = ~PORTB_BIT7;
Delay();
}
/* please make sure that you never leave this function */
}
for(;;) {
PORTB_BIT4 = ~PORTB_BIT4;
PORTB_BIT5 = ~PORTB_BIT5;
PORTB_BIT6 = ~PORTB_BIT6;
PORTB_BIT7 = ~PORTB_BIT7;
Delay();
}
/* please make sure that you never leave this function */
}
for(;;) {
PORTB_BIT4 = ~PORTB_BIT4;
PORTB_BIT5 = ~PORTB_BIT5;
PORTB_BIT6 = ~PORTB_BIT6;
PORTB_BIT7 = ~PORTB_BIT7;
Delay();
}
/* please make sure that you never leave this function */
} //end main