You have to define your oscillator:
DEFINE OSC 4
Then you have to define PVAL and DUTY:
PVAL VAR WORD
DUTY VAR BYTE
Add these to the top of your program and try it.
Chris
You have to define your oscillator:
DEFINE OSC 4
Then you have to define PVAL and DUTY:
PVAL VAR WORD
DUTY VAR BYTE
Add these to the top of your program and try it.
Chris
Bookmarks