deepakomanna
Joined: 06 Mar 2007 Posts: 92 Location: Pune,India
|
more info abt. #use delay() & setup_oscillator(); |
Posted: Sun Nov 04, 2007 11:46 pm |
|
|
Dear sir,
here i am using 16f684, MPLAB 7.5 Ver. & CCS PCM C Compiler, Version 3.249, 34534
In my project i am using internal frequency. 8 MHz.so,
#fuses INTRC_IO
Also, i declared
#use delay(clock = 8000000)
then, in the programme it is necessary to define
setup_oscillator(OSC_8MHZ);
if the above statement not defined then what will be the effect. _________________ Thank You,
With Best Regards,
Deepak. |
|