Code:
@ DEVICE PIC16F628, XT_OSC, MCLR_OFF, PROTECT_OFF, BOD_ON, CPD_OFF, WDT_ON
DEFINE OSC 4
TRISA = 000011
TRISB = 000000
T1CON = 000011
VRCON = 0 ' A/D Voltage reference disabled
CMCON = 7 'Disable comparitor
OPTION_REG = 010111
PortA = 0
PortB = 0
start:
portb.2 = 1
pause 100
portb.2 = 0
pause 100
goto start
Glad you got it working, might be BOD on causing it.
Last edited by Archangel; - 2nd May 2012 at 01:40.
Reason: remove html
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Bookmarks