Hi to all,
i was working on a program and i had it running ok on an 16f628 but i need a
little more output pins and have migrated to an 16f876a and from now i cant
do work anything
i have tried this code with anything connected to pic (well, there is a
cristal, condensers, reset resistor an a led on portc2)
DEFINE OSC 4
trisc.2=0
ProgramStart:
high portc.2
pause 10000
low portc.2
GOTO ProgramStart
and this don't work
what i'm doing wrong?
Cheers Juanjo
Bookmarks