mirror of
https://github.com/itead/ITEADLIB_Arduino_Nextion.git
synced 2026-03-14 05:56:51 +01:00
update document
This commit is contained in:
@@ -56,7 +56,7 @@ This program is free software; you can redistribute it and/or modify it under th
|
||||
<div class="line"><a name="_a1"></a><a class="code" href="class_nex_button.html">NexButton</a> btn_up = <a class="code" href="class_nex_button.html">NexButton</a>(0, 2, <span class="stringliteral">"btn_up"</span>);</div>
|
||||
<div class="line"><a class="code" href="class_nex_button.html">NexButton</a> btn_down = <a class="code" href="class_nex_button.html">NexButton</a>(0, 3, <span class="stringliteral">"btn_down"</span>);</div>
|
||||
<div class="line"></div>
|
||||
<div class="line"><a name="_a2"></a><a class="code" href="class_nex_touch.html">NexTouch</a> *nexListenList[] = </div>
|
||||
<div class="line"><a name="_a2"></a><a class="code" href="class_nex_touch.html">NexTouch</a> *nex_listen_list[] = </div>
|
||||
<div class="line">{</div>
|
||||
<div class="line"> &btn_up,</div>
|
||||
<div class="line"> &btn_down,</div>
|
||||
@@ -106,14 +106,13 @@ This program is free software; you can redistribute it and/or modify it under th
|
||||
<div class="line"></div>
|
||||
<div class="line"><span class="keywordtype">void</span> loop(<span class="keywordtype">void</span>)</div>
|
||||
<div class="line">{</div>
|
||||
<div class="line"> dbSerialPrintln(<span class="stringliteral">"nexLoop"</span>);</div>
|
||||
<div class="line"> <a name="a7"></a><a class="code" href="_nex_touch_8cpp.html#a70a2ac1029d750e0dfcb361824fa6f35">nexLoop</a>(nexListenList);</div>
|
||||
<div class="line"> <a name="a7"></a><a class="code" href="_nex_touch_8cpp.html#a2ac649a3055291eece6f6787c55a8625">nexLoop</a>(nex_listen_list);</div>
|
||||
<div class="line">}</div>
|
||||
<div class="line"></div>
|
||||
</div><!-- fragment --> </div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Mon Jul 27 2015 16:03:45 for API by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Wed Jul 29 2015 13:48:32 for API by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.7
|
||||
</small></address>
|
||||
|
||||
Reference in New Issue
Block a user