
Originally Posted by
Demon
the led works, and I have been told by 2 friends of mine familiar with what I am doing that I dont need a resistor because of my setup.
But even after reading that stuff I can still not get this working for the life of me. Here is my, still broken, code.
Code:
@ __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _PWRTE_ON & _MCLRE_OFF & _BODEN_ON & _LVP_OFF
Define OSC 4
CMCON = 7
VRCON = 0
PortA=0
TRISA=0000
TRISB = 0000
PortB = 0000
Main:
High PortB.3
high PortA.1
pause 1000
Low PortB.3
low PortA.1
pause 1000
goto Main
Also, I just found these fuse settings in my programmer, should one of these settings be different?
Bookmarks