???????????
PicBasic Pro Compiler
calibration factor in the last location of code space. The on-chip
oscillator may be fine-tuned by acquiring the data from this location and
moving it into the OSCCAL register. Two DEFINEs have been created
to perform this task automatically each time the program starts:
Define OSCCAL_1K 1 ' Set OSCCAL for 1K
device
Define OSCCAL_2K 1 ' Set OSCCAL for 2K
device
Add one of these 2 DEFINEs near the beginning of the PicBasic Pro
program to perform the setting of OSCCAL.
Bookmarks