CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Comparator Module Error

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Userrr



Joined: 09 Jul 2004
Posts: 40
Location: Europe

View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger

Comparator Module Error
PostPosted: Fri Jul 09, 2004 2:48 pm     Reply with quote

Please help with that code :
After compile that error that is VREF_LOW is undefined

Code:

#include <16F648A.h>
#use delay(clock=1000000)
#fuses NOWDT,XT, NOPUT, NOPROTECT, NOBROWNOUT, NOMCLR, NOLVP, NOCPD

void main()
{

setup_comparator(A0_A3_A1_A2);
setup_vref(VREF_LOW|0|VREF_A2);

}


And please tell how to use comparator module in PIC18F458 (or I can't)
dyeatman



Joined: 06 Sep 2003
Posts: 1912
Location: Norman, OK

View user's profile Send private message

PostPosted: Fri Jul 09, 2004 3:07 pm     Reply with quote

What version are you using?

It compiles fine in 3.204

Check your .H file to see if the definitions are there.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group