Difference between revisions of "Test"
Line 3: | Line 3: | ||
<html> | <html> | ||
<colgroup> | <colgroup> | ||
− | + | <col width="150"> | |
− | + | <col span="1" style="background-color:#A9E2F3"> | |
− | + | ||
+ | </colgroup> | ||
</html> | </html> | ||
|- | |- | ||
− | |Defination || | + | |Defination || ADC_Init(); |
|- | |- | ||
| Input Arguments || None | | Input Arguments || None | ||
Line 14: | Line 15: | ||
| Return Value|| None | | Return Value|| None | ||
|- | |- | ||
− | | Description || | + | | 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 |