Difference between revisions of "ADC"
(→ADC_Init) |
|||
Line 16: | Line 16: | ||
| Return Value|| none | | Return Value|| none | ||
|- | |- | ||
− | | Description || This function initializes the ADC | + | | Description || This function initializes the ADC module. |
|- | |- | ||
| Usage || | | Usage || | ||
|} | |} | ||
− | |||
− | |||
− | |||
==ADC_GetAdcValue== | ==ADC_GetAdcValue== |
Revision as of 10:29, 14 December 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.
ADC_Init
Defination | void ADC_Init() |
Input Arguments | none |
Return Value | none |
Description | This function initializes the ADC module. |
Usage |
ADC_GetAdcValue
Defination | |
Input Arguments | |
Return Value | |
Description | |
Usage |