I'm try to make led blinking using PIC16F877A 20MHZ with PICBASIC Pro 2.45,LED not blinking. LED Still ON. I dont know why...I write code like this...
define OSC 20
MAIN:
HIGH PORTB.0
PAUSE 1000
LOW PORTB.0
PAUSE 1000
GOTO MAIN
any problem with my code????
Bookmarks