here is the mikroC code :void main() { PORTB = 0; TRISB = 0; while (1) { PORTB = ~PORTB; Delay_ms(100); } }andpin4 ---> vccpin5 ---> gndpin9 ---> led+resistor(470 ohm)pin14 --->vccpin15 & pin16 ---> crystal + 20pf capacitor