-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathesp8266-conf_8h_source.html
101 lines (99 loc) · 6.9 KB
/
esp8266-conf_8h_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>YALI: esp8266-conf.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">YALI
</div>
<div id="projectbrief">Yet Another LCD Interface</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_e50f28e13c22db98d3259886b1959dfb.html">unilcd-esp8266</a></li><li class="navelem"><a class="el" href="dir_76405716341303051ff2f311a347f7ec.html">main</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">esp8266-conf.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="esp8266-conf_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>  </div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#ifndef __UNI_LCD_LIB_ESP8266_HEADER__</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#define __UNI_LCD_LIB_ESP8266_HEADER__</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  </div>
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="esp8266-conf_8h.html#a5f75279602a00f647417bac245c1016b"> 36</a></span> <span class="preprocessor">#define ESP8266_FREERTOS 1</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  </div>
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="esp8266-conf_8h.html#ad904b8dcc283d1014acd9429adbcb6d3"> 41</a></span> <span class="preprocessor">#define SHIFTREG_CLK_PIN 12</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="esp8266-conf_8h.html#ae370d5cc3dc41a35adafa43ea93b6ff5"> 45</a></span> <span class="preprocessor">#define SHIFTREG_DATA_PIN 13</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="esp8266-conf_8h.html#a557a9482dc2e5521c95ae251af471c60"> 49</a></span> <span class="preprocessor">#define SHIFTREG_LATCH_PIN 14</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  </div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="comment">// Data type and constant mappings.</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="esp8266-conf_8h.html#a9a1dc6d243c6f75bb42f87e3f69649e4"> 55</a></span> <span class="comment"></span><span class="preprocessor">#define UCHAR unsigned char</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="esp8266-conf_8h.html#a35cd67ba7bb0db8105eb6267467535d7"> 59</a></span> <span class="preprocessor">#define CHAR char</span></div>
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="esp8266-conf_8h.html#a7f319bfc2492a2136964194204e7a8cf"> 63</a></span> <span class="preprocessor">#define VOID void</span></div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  </div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="esp8266-conf_8h.html#a58ce36916c399104e18d32ff090f21c6"> 68</a></span> <span class="preprocessor">#define MAX_STR_LEN 16</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  </div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> <span class="comment">// System function mappings.</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="esp8266-conf_8h.html#a7499edcf444b0375c1f81f0639cffed0"> 74</a></span> <span class="comment"></span><span class="preprocessor">#define DELAY_LONG() usleep(6 * 1000)</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="esp8266-conf_8h.html#aa37efc42bcff8ebdec3a32a41e1e45d0"> 78</a></span> <span class="preprocessor">#define DELAY_SHORT() usleep(64)</span></div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  </div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span> <span class="preprocessor">#endif </span><span class="comment">/* __UNI_LCD_LIB_ESP8266_HEADER__ */</span><span class="preprocessor"></span></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
</small></address>
</body>
</html>