I meant standardize on how common things are done like disable an analog pin to make it digital.I'm glad they didn't, or at least standardize like these are. For zero cents in extra transistors you should be able to use any I/O pin as an analog pin.
How pins read is important when you use constructs such as:
so always turn analog off if not used.Rich (BB code):PORTA = ~PORTA;
Oh yes yes, now that you put it that way I see the importance of disabling the analog.