What is the statement when i want to use a 16F84 a RC osc.
in stead of a xtal.
I use PBP 2.44
Thanks in advance
What is the statement when i want to use a 16F84 a RC osc.
in stead of a xtal.
I use PBP 2.44
Thanks in advance
I believe it is:
@ DEVICE RC_OSC
Remember to include:
DEFINE OSC XX <-your oscillator speed (?4?)
Bookmarks