Dumb question, did you assign initial values to the pins, ADC, CONFIGs, etc?
Dumb question, did you assign initial values to the pins, ADC, CONFIGs, etc?
Not a dumb question, Robert - I did not. Think I should add 'PORTD =0'?
I'd use the variables.
Why the renaming?
led1 var PORTD.1
led2 var PORTD.2
led7 var PORTD.7
ERROR_LED VAR led7 ' rename the LED's
LATE_LED VAR led2t
HEART_LED VAR led0
Bookmarks