Difference between revisions of "ADC"
Line 1: | Line 1: | ||
+ | [[category:Library_Reference]] | ||
=ADC= | =ADC= | ||
This library provides the functions for initializing the adc and to get the raw adc values. | This library provides the functions for initializing the adc and to get the raw adc values. |
Revision as of 11:37, 15 November 2014
ADC
This library provides the functions for initializing the adc and to get the raw adc values. In case of AVR/PIC/ARM or other high end controllers the inbuilt adc is used. In case of 8051/8052 as it doesn't have an inbuilt adc, ADC0809(8-bit) adc is used.