Line 4: Line 4:
 
In case of AVR/PIC/ARM or other high end controllers the inbuilt adc is used.
 
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.  
 
In case of 8051/8052 as it doesn't have  an inbuilt adc, ADC0809(8-bit) adc is used.  
 +
 +
 
==ADC_Init==
 
==ADC_Init==
 +
{| class="wikitable"  style="colspan:1; background-color:#4682B4;"
 +
{{#Widget:LibTable}}
 +
|-
 +
|Defination ||
 +
|-
 +
| Input Arguments ||
 +
|-
 +
| Return Value||
 +
|-
 +
| Description || 
 +
|}
 +
 +
 +
 +
 
==ADC_GetAdcValue==
 
==ADC_GetAdcValue==
 +
{| class="wikitable"  style="colspan:1; background-color:#4682B4;"
 +
{{#Widget:LibTable}}
 +
|-
 +
|Defination ||
 +
|-
 +
| Input Arguments ||
 +
|-
 +
| Return Value||
 +
|-
 +
| Description || 
 +
|}
 +
 +
 +
 +
 
==User guide==
 
==User guide==

Revision as of 12: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.


ADC_Init

{{#Widget:LibTable}}
Defination
Input Arguments
Return Value
Description



ADC_GetAdcValue

{{#Widget:LibTable}}
Defination
Input Arguments
Return Value
Description



User guide