Charles Leo taught me to list every single CONFIG item in the header on every program. There is a document included with the PBP package that lists all the CONFIGs and what the options are for every...
I have read this thread several times and looked at the datasheet several time as well. I am having problems with code that has worked fine in the past and suddenly I can not make GPIO.0 and GPIO.3...
Re: Input problems with 12F629?
I just found my problem. It was these two lines
n0yox Today, 06:25SYMBOL RTOUT = GPIO.4
SYMBOL PEIZO = GPIO.5
I had changed my board on the last run and forgot to change the pin numbers in the code. The...