Line 1: Line 1:
<source lang="javascript" collapse="true" first-line="2">
+
==ADC_Init();==
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.
+
{| class="wikitable" style="colspan:1; background-color:#4682B4;"
// http://alexgorbatchev.com
+
<html> 
var setArray = function(elems) {
+
<colgroup>
    this.length = 0;
+
    <col span="1" style="background-color:#0489B1">
    push.apply(this, elems);
+
    <col style="background-color:#A9E2F3">
    return this;
+
  </colgroup>
}
+
</html>
</source>
+
|-
 +
|Defination || LCD_Init();
 +
|-
 +
| Input Arguments || None
 +
|-
 +
| Return Value|| None
 +
|-
 +
| Description ||Initializes LCD Display
 +
|}

Revision as of 11:53, 15 November 2014

ADC_Init();

Defination LCD_Init();
Input Arguments None
Return Value None
Description Initializes LCD Display