Open dave2 opened 10 years ago
There's a few issues with the ADC API:
adc_a
adc_b
ADCA
ADCB
adc_vref_*
adc_ref_*
QUIRK_AVRLIBC_ADC_INTVCC
The third part of that has now been resolved, Datasheet and avr-libc 1.8.0 are correct. Atmel AVR8 Toolchain release before 3.4.4 are incorrect.
There's a few issues with the ADC API:
adc_a
,adc_b
). Most chips only haveADCA
but A-series haveADCB
as well.adc_vref_*
toadc_ref_*
.QUIRK_AVRLIBC_ADC_INTVCC
.)