Project

General

Profile

Revision 862

Added by Kevin Woo over 15 years ago

Updated analog.c and analog.h documentation and regenerated the docs. No need to remake the library as its just comments.

View differences:

group__lcd.html
4 4
<link href="doxygen.css" rel="stylesheet" type="text/css">
5 5
<link href="tabs.css" rel="stylesheet" type="text/css">
6 6
</head><body>
7
<!-- Generated by Doxygen 1.5.3 -->
8
<div class="tabs">
9
  <ul>
10
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11
    <li><a href="modules.html"><span>Modules</span></a></li>
12
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
13
    <li><a href="files.html"><span>Files</span></a></li>
14
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
15
  </ul>
7
<!-- Generated by Doxygen 1.5.5 -->
8
<div class="navigation" id="top">
9
  <div class="tabs">
10
    <ul>
11
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
13
      <li><a href="modules.html"><span>Modules</span></a></li>
14
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
15
      <li><a href="files.html"><span>Files</span></a></li>
16
    </ul>
17
  </div>
16 18
</div>
19
<div class="contents">
17 20
<h1>LCD</h1>Functions for the LCD Functions for writing to the LCD. All functions may be found in <a class="el" href="lcd_8h.html" title="Contains definitions for dealing with the LCD screen.">lcd.h</a>.  
18 21
<a href="#_details">More...</a><table border="0" cellpadding="0" cellspacing="0">
19 22
<tr><td></td></tr>
......
64 67
Clears the LCD screen. lcd_init must be called first.<p>
65 68
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="group__lcd.html#g6842775ba83d166f02b8fef8bb63b1e6" title="Initialize the LCD screen.">lcd_init</a> </dd></dl>
66 69

  
70
<p>References <a class="el" href="lcd_8c-source.html#l00260">lcd_gotoxy()</a>.</p>
71

  
72
<p>Referenced by <a class="el" href="lcd_8c-source.html#l00173">lcd_init()</a>.</p>
73

  
67 74
</div>
68 75
</div><p>
69 76
<a class="anchor" name="gac280d714190003871937d3d92af3a29"></a><!-- doxytag: member="lcd.c::lcd_gotoxy" ref="gac280d714190003871937d3d92af3a29" args="(int x, int y)" -->
......
103 110
</dl>
104 111
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="group__lcd.html#g6842775ba83d166f02b8fef8bb63b1e6" title="Initialize the LCD screen.">lcd_init</a> </dd></dl>
105 112

  
113
<p>Referenced by <a class="el" href="lcd_8c-source.html#l00206">lcd_clear_screen()</a>.</p>
114

  
106 115
</div>
107 116
</div><p>
108 117
<a class="anchor" name="g6842775ba83d166f02b8fef8bb63b1e6"></a><!-- doxytag: member="lcd.c::lcd_init" ref="g6842775ba83d166f02b8fef8bb63b1e6" args="(void)" -->
......
125 134
Initialize the LCD screen. 
126 135
<p>
127 136
Initializes the LCD. Must be called before any other LCD functions. 
137
<p>References <a class="el" href="time_8c-source.html#l00104">delay_ms()</a>, and <a class="el" href="lcd_8c-source.html#l00206">lcd_clear_screen()</a>.</p>
138

  
139
<p>Referenced by <a class="el" href="dragonfly__lib_8c-source.html#l00071">dragonfly_init()</a>.</p>
140

  
128 141
</div>
129 142
</div><p>
130 143
<a class="anchor" name="gfa7e36b95c43d603f510273ad077cbbe"></a><!-- doxytag: member="lcd.c::lcd_putc" ref="gfa7e36b95c43d603f510273ad077cbbe" args="(char c)" -->
......
154 167
</dl>
155 168
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="group__lcd.html#g6842775ba83d166f02b8fef8bb63b1e6" title="Initialize the LCD screen.">lcd_init</a> </dd></dl>
156 169

  
170
<p>Referenced by <a class="el" href="lcd_8c-source.html#l00281">lcd_puti()</a>, and <a class="el" href="lcd_8c-source.html#l00233">lcd_puts()</a>.</p>
171

  
157 172
</div>
158 173
</div><p>
159 174
<a class="anchor" name="g0150085af3123e80303a3445821acb40"></a><!-- doxytag: member="lcd.c::lcd_puti" ref="g0150085af3123e80303a3445821acb40" args="(int value)" -->
......
183 198
</dl>
184 199
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="group__lcd.html#g6842775ba83d166f02b8fef8bb63b1e6" title="Initialize the LCD screen.">lcd_init</a> </dd></dl>
185 200

  
201
<p>References <a class="el" href="lcd_8c-source.html#l00222">lcd_putc()</a>.</p>
202

  
186 203
</div>
187 204
</div><p>
188
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 6 20:27:39 2008 for libdragonfly by&nbsp;
205
</div>
206
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Sep 26 13:39:28 2008 for libdragonfly by&nbsp;
189 207
<a href="http://www.doxygen.org/index.html">
190
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
208
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
191 209
</body>
192 210
</html>

Also available in: Unified diff