The code is as follows:
But it does not work. I'm missing something?
Code:
include "modedefs.bas"
OSCCON = %01111010 'SET INTOSC TO 16MHZ
TRISC=%0000000 'set PORTC as output all
DEFINE OSC 16
SACKISI:
HIGH PORTC.6
PAUSE 500
LOW PORTC.6
PAUSE 500
GOTO SACKISI