itsallgood
Member level 2
Please could someone help me. I've made my first circuit and it doesnt work. All that happens is that all the LED's stay on, all the time...
Here is my code (PicBasic Pro):
This is my circuit - using a PIC 16F628:
**broken link removed**
If anyone could PLEASE, tell me what i've done wrong
It runs fine in proteus.
Cheers.
Here is my code (PicBasic Pro):
Code:
@ __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _PWRTE_ON & _MCLRE_OFF & _BODEN_ON & _LVP_OFF & _CP_ALL & _DATA_CP_ON
loop:
low 2
high 0
pause 100
low 0
pause 100
high 0
pause 100
low 0
pause 100
high 0
pause 100
low 0
pause 100
high 1
pause 100
low 1
high 2
pause 1000
goto loop
end
This is my circuit - using a PIC 16F628:
**broken link removed**
If anyone could PLEASE, tell me what i've done wrong
It runs fine in proteus.
Cheers.