PIC 16F88 and RB3 (MICROBASIC v5.0)

Thread Starter

jarc240

Joined Jul 21, 2011
3

ErnieM

Joined Apr 24, 2011
8,415
@jarc240: You need the specific command your specific C compiler uses to set the configuration bits. That is typically done outside of the MAIN loop (but placement may not matter as it does not generate executable code).

RTFM time for you. Or look at some of the sample programs that come with your compiler.
 

ErnieM

Joined Apr 24, 2011
8,415
Wait a sec, did you mean MiKrobasic, with a K? That's a MicroElektrnoika product, right? AFAIK the newer version set config bits with a menu setting under Project | Edit Project.

You have to start a project first of course to be able to edit it.
 
Top