J
Jack B. Pollack
Can someone help me get started. I have been trying to blink a LED using a
16F88 all morning without any success.
I am not seeing any logic levels on any of the outputs (they are all
tri-stated). I have tried a different chip and the second one does the same.
What is wrong with my code?
@ DEVICE INTRC_OSC_NOCLKOUT, MCLR_OFF, PROTECT_OFF, WDT_OFF
OSCCON = $60
LOW PORTB.1
LOOP:
Toggle PORTB.1
Pause 1000
GoTo LOOP
16F88 all morning without any success.
I am not seeing any logic levels on any of the outputs (they are all
tri-stated). I have tried a different chip and the second one does the same.
What is wrong with my code?
@ DEVICE INTRC_OSC_NOCLKOUT, MCLR_OFF, PROTECT_OFF, WDT_OFF
OSCCON = $60
LOW PORTB.1
LOOP:
Toggle PORTB.1
Pause 1000
GoTo LOOP