void main() { ANSELB=0; TRISB=0; while(1){ Delay_ms(100); LATB1_bit=1; Delay_ms(100); LATB1_bit=0; } }