A simple startup question
Hi,
I just acquired the pic serial programmer and the Pic Pro compiler but I still need to know how to program a pic 16f628 to turn a pin high for 1 minute and low for 5 minutes. For a basic stamp this could be accomplished by:
loop:
high 1
pause 60000
low 1
pause 60000
pause 60000
pause 60000
pause 60000
pause 60000
goto loop
I tried doing this on my 16f628 attached vdd to a 3V power supply but have not yet been succesful using code designer lite
I would really appreciate anybody helping me out.
Thanks,
Tei