PDA

View Full Version : Methode to use Internal Osilator of PIC16F676



hmsahir4u
- 15th October 2010, 18:24
Dear Fourm Members
I want to use the internal osilator of PIC16F676. Please advice me to write the perfact sentence in Proton pluse to achive this purpose.
Thanks

mackrackit
- 15th October 2010, 18:31
This is what I use for Pic Basic Pro
This is a Pic Basic Forum...

@ __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _MCLRE_OFF & _CP_OFF
You might be looking for this
http://www.protonbasic.co.uk/forum.php

hmsahir4u
- 16th October 2010, 04:11
Dear Sir,
Thanks for your response to my post. I am newbe to PIC so please let me know diffirence PIC Basic and PIC Basic Pro because I see both as same programs. I am using Proton +PIC Basic Compiler. Your Line of code does not solve my problem please redfine the code for Proton IDE.
Thanks

mackrackit
- 16th October 2010, 04:18
I do not use Proton. You need to goto the link above for help.

hmsahir4u
- 16th October 2010, 09:07
Thanks For your advice.