Darrel - do you also think I can simply comment out this line to compile for a 12F629?
CCPR1 VAR WORD EXT : @CCPR1 = CCPR1L
Darrel - do you also think I can simply comment out this line to compile for a 12F629?
CCPR1 VAR WORD EXT : @CCPR1 = CCPR1L
Hi,
I think you also have to add some lines very specific for the used chip ...
especially to deal with GPIO.3 ... which is input only pin ...
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
I overlooked that GP3 is input only, Alain. So the 12F629 has only 5 output pins. That would still work for the 5 blinky LEDs but I've been expanding Darrel's example to include 2 other non-random blinky LEDs in order to further reduce the # of components, so if I end up with 6-7 different blink rates I might as well stay with the 16F1825 (since there doesn't appear to be any PICs with 10-12 pins).
Bookmarks