Quote Originally Posted by mister_e View Post
It's not a bad idea to enable the Power Up timer in your Configuration fuses as well.
Code:
@       __CONFIG _XT_OSC & _PWRTE_ON & _WDT_OFF & _CP_OFF
I've never really had problems with outputs coming on at power-up. They always seem to be in INPUT mode.

But assuming you did need to set them manually, wouldn't the Power-ON timer just make it that much longer till they actually got set to output.

Just a thought.
<br>