Line 3: Line 3:
 
<html>   
 
<html>   
 
<colgroup>
 
<colgroup>
    <col span="1" style="background-color:#0489B1">
+
    <col width="150">
    <col style="background-color:#A9E2F3">
+
    <col span="1" style="background-color:#A9E2F3">
  </colgroup>
+
   
 +
</colgroup>
 
</html>
 
</html>
 
|-
 
|-
|Defination || LCD_Init();
+
|Defination || ADC_Init();
 
|-
 
|-
 
| Input Arguments || None
 
| Input Arguments || None
Line 14: Line 15:
 
| Return Value|| None
 
| Return Value|| None
 
|-
 
|-
| Description ||Initializes LCD Display
+
| Description ||   Wait till the ADC conversion is completed, EOC will be pulled to HIGH by the hardware(ADC0809) once conversion is completed
 
|}
 
|}

Revision as of 12:06, 15 November 2014

ADC_Init();

Defination ADC_Init();
Input Arguments None
Return Value None
Description Wait till the ADC conversion is completed, EOC will be pulled to HIGH by the hardware(ADC0809) once conversion is completed