Set the configs in the *.inc file or in code space like described here.Code:Define conf_word = 0x3f72
http://www.picbasic.co.uk/forum/cont...o-your-Program
Should beCode:Define clock_frequency = 4
DEFINE OSC 4
if you are using a 4MHz clock
If you are trying to use DT's Alldigital it is an Include. For now tryCode:Alldigital
CMCON=%00000111
ADCON1=%00000111
http://www.picbasic.co.uk/forum/showthread.php?t=561
Bookmarks