Hello all,

I would like to setup a 12F683 with 3 pins as inputs, and 3 pins as outputs.
This means I will need to change the default bit configuration for the GPIO3 pin - which by default is MCLR

If I understand correctly - in PBP3 I will need locate the following at the beginning of the code:

#CONFIG
__config _INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_OFF & _CP_OFF
#ENDCONFIG

Is this correct?

Or is it a better practice to do this with the interface tools - such as Pickit2 or the MPLAB software?

Thanks!
dw