MrDEB
Well-Known Member
need to use an 18F43k20 but can't get an led to blink unless I use a different DEVICE in my code.
Maybe not a big deal but??
seems to work as planned using this header
this is a battery operated project and have a diode in series to lower the Vdd when battery is used (have done this before with no issues).
Maybe not a big deal but??
seems to work as planned using this header
not real worried but hopefully just using a blinking led should indicate if code executes correctly.DEVICE = 18F4321 ' using 18f43K20 but will only work when using device = 18f4321
CLOCK = 8
INCLUDE "IntOSC8.bas"
'INCLUDE "InternalOscillator.bas"
INCLUDE "Utils.bas"
INCLUDE "SetDigitalIO.bas"
this is a battery operated project and have a diode in series to lower the Vdd when battery is used (have done this before with no issues).