The voltage of A0 as a 12-bit number where 0 represents 0V and 4095
represents 1.5V.

-Joe

On 12/14/06, Mikael Ifversen <[EMAIL PROTECTED]> wrote:
Hi,
What voltage should I expect by meassuring AVcc and ADC0 with following
enum in TelosADC:
enum
{
  TOS_ADC_FLEX_PORT = unique("ADCPort"),
  TOSH_ACTUAL_ADC_FLEX_PORT = ASSOCIATE_ADC_CHANNEL(
    INPUT_CHANNEL_A0,
    REFERENCE_VREFplus_AVss,
    REFVOLT_LEVEL_1_5
  ),
};
Mikael

_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to