cleanup
This commit is contained in:
@ -94,21 +94,25 @@ $(document).ready(function(){initNavTree('_main_8c.html',''); initResizable(); }
|
||||
<div class="textblock"><code>#include "<a class="el" href="audio_8h_source.html">audio.h</a>"</code><br />
|
||||
<code>#include "Board_DAC.h"</code><br />
|
||||
<code>#include "<a class="el" href="_welcome_8h_source.html">Welcome.h</a>"</code><br />
|
||||
<code>#include "Board_ADC.h"</code><br />
|
||||
</div><div class="textblock"><div class="dynheader">
|
||||
Include dependency graph for Main.c:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="_main_8c__incl.png" border="0" usemap="#a_main_8c" alt=""/></div>
|
||||
<map name="_main_8c" id="a_main_8c">
|
||||
<area shape="rect" title="app main" alt="" coords="188,5,249,32"/>
|
||||
<area shape="rect" href="audio_8h.html" title="play sound" alt="" coords="57,80,121,107"/>
|
||||
<area shape="rect" title=" " alt="" coords="168,80,269,107"/>
|
||||
<area shape="rect" href="_welcome_8h.html" title="global header file for project" alt="" coords="306,80,393,107"/>
|
||||
<area shape="rect" title="app main" alt="" coords="339,5,400,32"/>
|
||||
<area shape="rect" href="audio_8h.html" title="play sound" alt="" coords="125,80,189,107"/>
|
||||
<area shape="rect" title=" " alt="" coords="260,80,361,107"/>
|
||||
<area shape="rect" href="_welcome_8h.html" title="global header file for project" alt="" coords="386,80,473,107"/>
|
||||
<area shape="rect" title=" " alt="" coords="497,80,599,107"/>
|
||||
<area shape="rect" title=" " alt="" coords="5,155,80,181"/>
|
||||
<area shape="rect" title=" " alt="" coords="104,155,165,181"/>
|
||||
<area shape="rect" title=" " alt="" coords="189,155,280,181"/>
|
||||
<area shape="rect" title=" " alt="" coords="304,155,419,181"/>
|
||||
<area shape="rect" title=" " alt="" coords="443,155,554,181"/>
|
||||
<area shape="rect" title=" " alt="" coords="578,155,678,181"/>
|
||||
<area shape="rect" title=" " alt="" coords="702,155,821,181"/>
|
||||
<area shape="rect" title=" " alt="" coords="845,155,910,181"/>
|
||||
</map>
|
||||
</div>
|
||||
</div><table class="memberdecls">
|
||||
@ -120,6 +124,10 @@ Functions</h2></td></tr>
|
||||
<tr class="memitem:a77aa8fa1efdf132c734309d22681af88"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="_main_8c.html#a77aa8fa1efdf132c734309d22681af88">vPrintQr</a> (void)</td></tr>
|
||||
<tr class="memdesc:a77aa8fa1efdf132c734309d22681af88"><td class="mdescLeft"> </td><td class="mdescRight">print Qr code from array <a href="_main_8c.html#a77aa8fa1efdf132c734309d22681af88">More...</a><br /></td></tr>
|
||||
<tr class="separator:a77aa8fa1efdf132c734309d22681af88"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:acf3ffebbd57d4806c83a3a9b66a01c52"><td class="memItemLeft" align="right" valign="top">static bool </td><td class="memItemRight" valign="bottom"><a class="el" href="_main_8c.html#acf3ffebbd57d4806c83a3a9b66a01c52">bCheckButton</a> (void)</td></tr>
|
||||
<tr class="separator:acf3ffebbd57d4806c83a3a9b66a01c52"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a32e42c8f91203cf47d409b4e91b4b029"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="_main_8c.html#a32e42c8f91203cf47d409b4e91b4b029">vUpdateVolume</a> (void)</td></tr>
|
||||
<tr class="separator:a32e42c8f91203cf47d409b4e91b4b029"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
<tr class="memitem:a840291bc02cba5474a4cb46a9b9566fe"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="_main_8c.html#a840291bc02cba5474a4cb46a9b9566fe">main</a> (void)</td></tr>
|
||||
<tr class="memdesc:a840291bc02cba5474a4cb46a9b9566fe"><td class="mdescLeft"> </td><td class="mdescRight">app entry point <a href="_main_8c.html#a840291bc02cba5474a4cb46a9b9566fe">More...</a><br /></td></tr>
|
||||
<tr class="separator:a840291bc02cba5474a4cb46a9b9566fe"><td class="memSeparator" colspan="2"> </td></tr>
|
||||
@ -136,6 +144,41 @@ Variables</h2></td></tr>
|
||||
<dl class="section date"><dt>Date</dt><dd>14.11.2020</dd></dl>
|
||||
<p>This file contains the main app function and init. </p>
|
||||
</div><h2 class="groupheader">Function Documentation</h2>
|
||||
<a id="acf3ffebbd57d4806c83a3a9b66a01c52"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#acf3ffebbd57d4806c83a3a9b66a01c52">◆ </a></span>bCheckButton()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">static bool bCheckButton </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype">void </td>
|
||||
<td class="paramname"></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<div class="dynheader">
|
||||
Here is the caller graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="_main_8c_acf3ffebbd57d4806c83a3a9b66a01c52_icgraph.png" border="0" usemap="#a_main_8c_acf3ffebbd57d4806c83a3a9b66a01c52_icgraph" alt=""/></div>
|
||||
<map name="_main_8c_acf3ffebbd57d4806c83a3a9b66a01c52_icgraph" id="a_main_8c_acf3ffebbd57d4806c83a3a9b66a01c52_icgraph">
|
||||
<area shape="rect" title=" " alt="" coords="104,5,209,32"/>
|
||||
<area shape="rect" href="_main_8c.html#a840291bc02cba5474a4cb46a9b9566fe" title="app entry point" alt="" coords="5,5,56,32"/>
|
||||
</map>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a840291bc02cba5474a4cb46a9b9566fe"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a840291bc02cba5474a4cb46a9b9566fe">◆ </a></span>main()</h2>
|
||||
|
||||
@ -166,11 +209,14 @@ Variables</h2></td></tr>
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="_main_8c_a840291bc02cba5474a4cb46a9b9566fe_cgraph.png" border="0" usemap="#a_main_8c_a840291bc02cba5474a4cb46a9b9566fe_cgraph" alt=""/></div>
|
||||
<map name="_main_8c_a840291bc02cba5474a4cb46a9b9566fe_cgraph" id="_main_8c_a840291bc02cba5474a4cb46a9b9566fe_cgraph">
|
||||
<area shape="rect" title="app entry point" alt="" coords="5,31,56,57"/>
|
||||
<area shape="rect" href="_main_8c.html#a28f2269e99057d03a06ba743893ce407" title="initialize app" alt="" coords="104,56,203,83"/>
|
||||
<area shape="rect" href="_main_8c.html#a77aa8fa1efdf132c734309d22681af88" title="print Qr code from array" alt="" coords="261,5,331,32"/>
|
||||
<area shape="rect" href="audio_8c.html#ad34bc4296cfe06211de0b37d8793dc8e" title=" " alt="" coords="251,56,341,83"/>
|
||||
<map name="_main_8c_a840291bc02cba5474a4cb46a9b9566fe_cgraph" id="a_main_8c_a840291bc02cba5474a4cb46a9b9566fe_cgraph">
|
||||
<area shape="rect" title="app entry point" alt="" coords="5,132,56,159"/>
|
||||
<area shape="rect" href="_main_8c.html#acf3ffebbd57d4806c83a3a9b66a01c52" title=" " alt="" coords="109,5,214,32"/>
|
||||
<area shape="rect" href="_main_8c.html#a28f2269e99057d03a06ba743893ce407" title="initialize app" alt="" coords="112,56,211,83"/>
|
||||
<area shape="rect" href="_main_8c.html#a77aa8fa1efdf132c734309d22681af88" title="print Qr code from array" alt="" coords="126,107,197,133"/>
|
||||
<area shape="rect" href="audio_8c.html#ad34bc4296cfe06211de0b37d8793dc8e" title=" " alt="" coords="116,157,207,184"/>
|
||||
<area shape="rect" href="audio_8c.html#a98f0105ac1fa3da74af916666b86754a" title=" " alt="" coords="108,208,215,235"/>
|
||||
<area shape="rect" href="_main_8c.html#a32e42c8f91203cf47d409b4e91b4b029" title=" " alt="" coords="104,259,219,285"/>
|
||||
</map>
|
||||
</div>
|
||||
|
||||
@ -211,16 +257,6 @@ Here is the call graph for this function:</div>
|
||||
<dl class="section author"><dt>Author</dt><dd>hendrik schutter </dd></dl>
|
||||
<dl class="section date"><dt>Date</dt><dd>14.11.2020 </dd></dl>
|
||||
<div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="_main_8c_a28f2269e99057d03a06ba743893ce407_cgraph.png" border="0" usemap="#a_main_8c_a28f2269e99057d03a06ba743893ce407_cgraph" alt=""/></div>
|
||||
<map name="_main_8c_a28f2269e99057d03a06ba743893ce407_cgraph" id="_main_8c_a28f2269e99057d03a06ba743893ce407_cgraph">
|
||||
<area shape="rect" title="initialize app" alt="" coords="5,31,104,57"/>
|
||||
<area shape="rect" href="_main_8c.html#a77aa8fa1efdf132c734309d22681af88" title="print Qr code from array" alt="" coords="162,5,233,32"/>
|
||||
<area shape="rect" href="audio_8c.html#ad34bc4296cfe06211de0b37d8793dc8e" title=" " alt="" coords="152,56,243,83"/>
|
||||
</map>
|
||||
</div>
|
||||
<div class="dynheader">
|
||||
Here is the caller graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="_main_8c_a28f2269e99057d03a06ba743893ce407_icgraph.png" border="0" usemap="#a_main_8c_a28f2269e99057d03a06ba743893ce407_icgraph" alt=""/></div>
|
||||
@ -270,10 +306,44 @@ Here is the caller graph for this function:</div>
|
||||
Here is the caller graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="_main_8c_a77aa8fa1efdf132c734309d22681af88_icgraph.png" border="0" usemap="#a_main_8c_a77aa8fa1efdf132c734309d22681af88_icgraph" alt=""/></div>
|
||||
<map name="_main_8c_a77aa8fa1efdf132c734309d22681af88_icgraph" id="_main_8c_a77aa8fa1efdf132c734309d22681af88_icgraph">
|
||||
<area shape="rect" title="print Qr code from array" alt="" coords="251,5,321,32"/>
|
||||
<map name="_main_8c_a77aa8fa1efdf132c734309d22681af88_icgraph" id="a_main_8c_a77aa8fa1efdf132c734309d22681af88_icgraph">
|
||||
<area shape="rect" title="print Qr code from array" alt="" coords="104,5,175,32"/>
|
||||
<area shape="rect" href="_main_8c.html#a840291bc02cba5474a4cb46a9b9566fe" title="app entry point" alt="" coords="5,5,56,32"/>
|
||||
</map>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<a id="a32e42c8f91203cf47d409b4e91b4b029"></a>
|
||||
<h2 class="memtitle"><span class="permalink"><a href="#a32e42c8f91203cf47d409b4e91b4b029">◆ </a></span>vUpdateVolume()</h2>
|
||||
|
||||
<div class="memitem">
|
||||
<div class="memproto">
|
||||
<table class="mlabels">
|
||||
<tr>
|
||||
<td class="mlabels-left">
|
||||
<table class="memname">
|
||||
<tr>
|
||||
<td class="memname">static void vUpdateVolume </td>
|
||||
<td>(</td>
|
||||
<td class="paramtype">void </td>
|
||||
<td class="paramname"></td><td>)</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="mlabels-right">
|
||||
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><div class="memdoc">
|
||||
<div class="dynheader">
|
||||
Here is the caller graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><img src="_main_8c_a32e42c8f91203cf47d409b4e91b4b029_icgraph.png" border="0" usemap="#a_main_8c_a32e42c8f91203cf47d409b4e91b4b029_icgraph" alt=""/></div>
|
||||
<map name="_main_8c_a32e42c8f91203cf47d409b4e91b4b029_icgraph" id="a_main_8c_a32e42c8f91203cf47d409b4e91b4b029_icgraph">
|
||||
<area shape="rect" title=" " alt="" coords="104,5,219,32"/>
|
||||
<area shape="rect" href="_main_8c.html#a840291bc02cba5474a4cb46a9b9566fe" title="app entry point" alt="" coords="5,5,56,32"/>
|
||||
<area shape="rect" href="_main_8c.html#a28f2269e99057d03a06ba743893ce407" title="initialize app" alt="" coords="104,31,203,57"/>
|
||||
</map>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user