Author |
Message |
Topic: setting adc vref |
suardi
Replies: 2
Views: 12995
|
Forum: General CCS C Discussion Posted: Wed May 05, 2010 1:47 am Subject: setting adc vref |
thanks PCM, i finally get it worked.
this is from the .h file :
// The following may be OR'ed in with the above using |
#define VSS_VDD 0x00 // Range 0-Vdd
#defi ... |
Topic: setting adc vref |
suardi
Replies: 2
Views: 12995
|
Forum: General CCS C Discussion Posted: Tue May 04, 2010 9:45 pm Subject: setting adc vref |
Compiler version 4.057
I'm trying to configure vref for the adc but the compiler give me error.
The error is: setup_adc_ports(RA0_RA1_RA3_ANALOG);
That line I took from the CCS help.
Any id ... |
|