Hi again skimask,
This is my configuration now, will move it to the INC file when there is no warnings.
@ __CONFIG _CONFIG1, _INTOSCIO & _WDT_ON & _PWRTE_ON &_MCLRE_ON & _LVP_OFF & _CPD_OFF & _FCMEN_OFF & _IESO_OFF
Define OSC 8 ' Set Xtal Frequency
OSCCON = %01110001 ' Internal 8 mhz Osc
ANSEL = 0 ' All Digital
ANSELH = 0
CM1CON0 = 0 ' Think ? don't need
CM2CON0 = 0 ' Think ? don't need
ADCON0 = 0
ADCON1 = $0F ' Think ? don't need
Have to try change bit by bit until no warnings from PicKit2
Bookmarks