Define osccal_1k 1
most of my programming is done with 12f629/75 , and 16f630/76
I have read that it is a good practices to added this define when using OSC
DEFINE OSCCAL_1K 1
my ? is do I still need to add
DEFINE OSC 4
Code:
pic12F629
@ __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_OFF & _CP_OFF
Define OSCCAL_1K 1
DEFINE OSC 4 'INTERNAL CLOCK SPEED 4MH.
thanks grounded
" be nice it's people like me that make people like you look smart"
yes I read the datasheet, of the 300 pages I understood 10
Bookmarks