Line 10: Line 10:
 
{{#Widget:LibTable}}
 
{{#Widget:LibTable}}
 
|-
 
|-
|Defination ||  
+
|Defination || void ADC_Init()
 
|-
 
|-
| Input Arguments ||  
+
| Input Arguments || none
 
|-
 
|-
| Return Value||  
+
| Return Value|| none
 
|-
 
|-
| Description ||   
+
| Description ||  This function initializes the ADC control lines and databus..
 
|-
 
|-
 
| Usage ||
 
| Usage ||

Revision as of 19:37, 17 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 void ADC_Init()
Input Arguments none
Return Value none
Description This function initializes the ADC control lines and databus..
Usage



ADC_GetAdcValue

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



User guide