//setup_oscillator(OSC_8MHZ); <-- the manual says that I don't need this line if I have the fuses command set to internal oscillator. Is the #use delay command enough? If not, what is the fuses command that I need?
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Fri Dec 29, 2006 1:48 pm
Try the test program shown in this thread:
http://www.ccsinfo.com/forum/viewtopic.php?t=28833
Note that the INTRC_IO fuse is used. Also note that the #use delay
statement is placed after the #fuses statement.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum