Line 17: Line 17:
 
|-
 
|-
 
| Description ||   
 
| Description ||   
 +
|-
 +
| Usage ||
 
|}
 
|}
  
Line 33: Line 35:
 
|-
 
|-
 
| Description ||   
 
| Description ||   
 +
|-
 +
| Usage ||
 
|}
 
|}
  

Revision as of 17:46, 16 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
Usage



ADC_GetAdcValue

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



User guide