Difference between revisions of "Category:Library Reference"
(Created page with "category:Code Libraries") |
|||
Line 1: | Line 1: | ||
[[category:Code Libraries]] | [[category:Code Libraries]] | ||
+ | |||
+ | =Sample Table= | ||
+ | |||
+ | {| class="wikitable" style="colspan:1; background-color:#4682B4;" | ||
+ | {{#Widget:LibTable}} | ||
+ | |- | ||
+ | |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 | ||
+ | |} |
Revision as of 12:24, 15 November 2014
Sample Table
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 |