Skip to content

Commit fd6eeb8

Browse files
committed
docs update for release 0.5.1
1 parent dd37683 commit fd6eeb8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+613
-640
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "LEDDriver_NXP_Arduino"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 0.5.0
51+
PROJECT_NUMBER = 0.5.1
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

docs/_gradation_control_8cpp_source.html

Lines changed: 143 additions & 155 deletions
Large diffs are not rendered by default.

docs/_gradation_control_8h_source.html

Lines changed: 36 additions & 36 deletions
Large diffs are not rendered by default.

docs/_l_e_d_8cpp_source.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
6-
<meta name="generator" content="Doxygen 1.9.6"/>
6+
<meta name="generator" content="Doxygen 1.9.7"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
88
<title>LEDDriver_NXP_Arduino: LED.cpp Source File</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -21,7 +21,7 @@
2121
<tbody>
2222
<tr id="projectrow">
2323
<td id="projectalign">
24-
<div id="projectname">LEDDriver_NXP_Arduino<span id="projectnumber">&#160;0.5.0</span>
24+
<div id="projectname">LEDDriver_NXP_Arduino<span id="projectnumber">&#160;0.5.1</span>
2525
</div>
2626
<div id="projectbrief">LED driver device operation sample code for Arduino</div>
2727
</td>
@@ -30,7 +30,7 @@
3030
</table>
3131
</div>
3232
<!-- end header part -->
33-
<!-- Generated by Doxygen 1.9.6 -->
33+
<!-- Generated by Doxygen 1.9.7 -->
3434
<script type="text/javascript">
3535
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
3636
var searchBox = new SearchBox("searchBox", "search/",'.html');
@@ -90,12 +90,12 @@
9090
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> devp-&gt;<a class="code hl_function" href="class_l_e_d_driver.html#a049eb6f01d731ec4c2b01c6cc2a7decd">pwm</a>(channel, v);</div>
9191
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> <span class="keywordflow">return</span> v;</div>
9292
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span>}</div>
93-
<div class="ttc" id="aclass_l_e_d_driver_html"><div class="ttname"><a href="class_l_e_d_driver.html">LEDDriver</a></div><div class="ttdef"><b>Definition:</b> <a href="_l_e_d_driver_8h_source.html#l00035">LEDDriver.h:36</a></div></div>
94-
<div class="ttc" id="aclass_l_e_d_driver_html_a049eb6f01d731ec4c2b01c6cc2a7decd"><div class="ttname"><a href="class_l_e_d_driver.html#a049eb6f01d731ec4c2b01c6cc2a7decd">LEDDriver::pwm</a></div><div class="ttdeci">void pwm(uint8_t ch, float value)</div><div class="ttdef"><b>Definition:</b> <a href="_l_e_d_driver_8cpp_source.html#l00016">LEDDriver.cpp:16</a></div></div>
93+
<div class="ttc" id="aclass_l_e_d_driver_html"><div class="ttname"><a href="class_l_e_d_driver.html">LEDDriver</a></div><div class="ttdef"><b>Definition</b> <a href="_l_e_d_driver_8h_source.html#l00035">LEDDriver.h:36</a></div></div>
94+
<div class="ttc" id="aclass_l_e_d_driver_html_a049eb6f01d731ec4c2b01c6cc2a7decd"><div class="ttname"><a href="class_l_e_d_driver.html#a049eb6f01d731ec4c2b01c6cc2a7decd">LEDDriver::pwm</a></div><div class="ttdeci">void pwm(uint8_t ch, float value)</div><div class="ttdef"><b>Definition</b> <a href="_l_e_d_driver_8cpp_source.html#l00016">LEDDriver.cpp:16</a></div></div>
9595
</div><!-- fragment --></div><!-- contents -->
9696
<!-- start footer part -->
9797
<hr class="footer"/><address class="footer"><small>
98-
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
98+
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7
9999
</small></address>
100100
</body>
101101
</html>

docs/_l_e_d_8h_source.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
6-
<meta name="generator" content="Doxygen 1.9.6"/>
6+
<meta name="generator" content="Doxygen 1.9.7"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
88
<title>LEDDriver_NXP_Arduino: LED.h Source File</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -21,7 +21,7 @@
2121
<tbody>
2222
<tr id="projectrow">
2323
<td id="projectalign">
24-
<div id="projectname">LEDDriver_NXP_Arduino<span id="projectnumber">&#160;0.5.0</span>
24+
<div id="projectname">LEDDriver_NXP_Arduino<span id="projectnumber">&#160;0.5.1</span>
2525
</div>
2626
<div id="projectbrief">LED driver device operation sample code for Arduino</div>
2727
</td>
@@ -30,7 +30,7 @@
3030
</table>
3131
</div>
3232
<!-- end header part -->
33-
<!-- Generated by Doxygen 1.9.6 -->
33+
<!-- Generated by Doxygen 1.9.7 -->
3434
<script type="text/javascript">
3535
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
3636
var searchBox = new SearchBox("searchBox", "search/",'.html');
@@ -93,12 +93,12 @@
9393
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span>};</div>
9494
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> </div>
9595
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#endif </span><span class="comment">// ARDUINO_LED_NXP_ARD_H</span></div>
96-
<div class="ttc" id="aclass_l_e_d_driver_html"><div class="ttname"><a href="class_l_e_d_driver.html">LEDDriver</a></div><div class="ttdef"><b>Definition:</b> <a href="_l_e_d_driver_8h_source.html#l00035">LEDDriver.h:36</a></div></div>
97-
<div class="ttc" id="aclass_l_e_d_html"><div class="ttname"><a href="class_l_e_d.html">LED</a></div><div class="ttdef"><b>Definition:</b> <a href="_l_e_d_8h_source.html#l00017">LED.h:17</a></div></div>
96+
<div class="ttc" id="aclass_l_e_d_driver_html"><div class="ttname"><a href="class_l_e_d_driver.html">LEDDriver</a></div><div class="ttdef"><b>Definition</b> <a href="_l_e_d_driver_8h_source.html#l00035">LEDDriver.h:36</a></div></div>
97+
<div class="ttc" id="aclass_l_e_d_html"><div class="ttname"><a href="class_l_e_d.html">LED</a></div><div class="ttdef"><b>Definition</b> <a href="_l_e_d_8h_source.html#l00017">LED.h:17</a></div></div>
9898
</div><!-- fragment --></div><!-- contents -->
9999
<!-- start footer part -->
100100
<hr class="footer"/><address class="footer"><small>
101-
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
101+
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7
102102
</small></address>
103103
</body>
104104
</html>

docs/_l_e_d_driver_8cpp_source.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
55
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
6-
<meta name="generator" content="Doxygen 1.9.6"/>
6+
<meta name="generator" content="Doxygen 1.9.7"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
88
<title>LEDDriver_NXP_Arduino: LEDDriver.cpp Source File</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -21,7 +21,7 @@
2121
<tbody>
2222
<tr id="projectrow">
2323
<td id="projectalign">
24-
<div id="projectname">LEDDriver_NXP_Arduino<span id="projectnumber">&#160;0.5.0</span>
24+
<div id="projectname">LEDDriver_NXP_Arduino<span id="projectnumber">&#160;0.5.1</span>
2525
</div>
2626
<div id="projectbrief">LED driver device operation sample code for Arduino</div>
2727
</td>
@@ -30,7 +30,7 @@
3030
</table>
3131
</div>
3232
<!-- end header part -->
33-
<!-- Generated by Doxygen 1.9.6 -->
33+
<!-- Generated by Doxygen 1.9.7 -->
3434
<script type="text/javascript">
3535
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
3636
var searchBox = new SearchBox("searchBox", "search/",'.html');
@@ -317,17 +317,17 @@
317317
<div class="line"><a id="l00238" name="l00238"></a><span class="lineno"> 238</span> </div>
318318
<div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> reg_w( reg_PWM, v, n_channel );</div>
319319
<div class="line"><a id="l00240" name="l00240"></a><span class="lineno"> 240</span>}</div>
320-
<div class="ttc" id="aclass_l_e_d_driver_html"><div class="ttname"><a href="class_l_e_d_driver.html">LEDDriver</a></div><div class="ttdef"><b>Definition:</b> <a href="_l_e_d_driver_8h_source.html#l00035">LEDDriver.h:36</a></div></div>
321-
<div class="ttc" id="aclass_l_e_d_driver_html_a049eb6f01d731ec4c2b01c6cc2a7decd"><div class="ttname"><a href="class_l_e_d_driver.html#a049eb6f01d731ec4c2b01c6cc2a7decd">LEDDriver::pwm</a></div><div class="ttdeci">void pwm(uint8_t ch, float value)</div><div class="ttdef"><b>Definition:</b> <a href="_l_e_d_driver_8cpp_source.html#l00016">LEDDriver.cpp:16</a></div></div>
322-
<div class="ttc" id="aclass_l_e_d_driver_html_a6c0ac4f1112d8c07446483f03c0c0917"><div class="ttname"><a href="class_l_e_d_driver.html#a6c0ac4f1112d8c07446483f03c0c0917">LEDDriver::buffer_enable</a></div><div class="ttdeci">void buffer_enable(bool flag)</div><div class="ttdef"><b>Definition:</b> <a href="_l_e_d_driver_8cpp_source.html#l00047">LEDDriver.cpp:47</a></div></div>
323-
<div class="ttc" id="aclass_l_e_d_driver_html_ae23d672fae6284f1c0d730f49b5e2165"><div class="ttname"><a href="class_l_e_d_driver.html#ae23d672fae6284f1c0d730f49b5e2165">LEDDriver::flush</a></div><div class="ttdeci">void flush(void)</div><div class="ttdef"><b>Definition:</b> <a href="_l_e_d_driver_8cpp_source.html#l00041">LEDDriver.cpp:41</a></div></div>
324-
<div class="ttc" id="aclass_p_c_a995x___s_p_i_html_a191575985864fb3e5cfa1c633a75bf80"><div class="ttname"><a href="class_p_c_a995x___s_p_i.html#a191575985864fb3e5cfa1c633a75bf80">PCA995x_SPI::irefall</a></div><div class="ttdeci">void irefall(uint8_t iref)</div><div class="ttdef"><b>Definition:</b> <a href="_l_e_d_driver_8cpp_source.html#l00223">LEDDriver.cpp:223</a></div></div>
325-
<div class="ttc" id="aclass_p_c_a995x_html"><div class="ttname"><a href="class_p_c_a995x.html">PCA995x</a></div><div class="ttdef"><b>Definition:</b> <a href="_l_e_d_driver_8h_source.html#l00094">LEDDriver.h:95</a></div></div>
326-
<div class="ttc" id="aclass_p_c_a995x_html_a0751a4816ffaae770fb50830aea51ca9"><div class="ttname"><a href="class_p_c_a995x.html#a0751a4816ffaae770fb50830aea51ca9">PCA995x::irefall</a></div><div class="ttdeci">void irefall(uint8_t iref)</div><div class="ttdef"><b>Definition:</b> <a href="_l_e_d_driver_8cpp_source.html#l00088">LEDDriver.cpp:88</a></div></div>
320+
<div class="ttc" id="aclass_l_e_d_driver_html"><div class="ttname"><a href="class_l_e_d_driver.html">LEDDriver</a></div><div class="ttdef"><b>Definition</b> <a href="_l_e_d_driver_8h_source.html#l00035">LEDDriver.h:36</a></div></div>
321+
<div class="ttc" id="aclass_l_e_d_driver_html_a049eb6f01d731ec4c2b01c6cc2a7decd"><div class="ttname"><a href="class_l_e_d_driver.html#a049eb6f01d731ec4c2b01c6cc2a7decd">LEDDriver::pwm</a></div><div class="ttdeci">void pwm(uint8_t ch, float value)</div><div class="ttdef"><b>Definition</b> <a href="_l_e_d_driver_8cpp_source.html#l00016">LEDDriver.cpp:16</a></div></div>
322+
<div class="ttc" id="aclass_l_e_d_driver_html_a6c0ac4f1112d8c07446483f03c0c0917"><div class="ttname"><a href="class_l_e_d_driver.html#a6c0ac4f1112d8c07446483f03c0c0917">LEDDriver::buffer_enable</a></div><div class="ttdeci">void buffer_enable(bool flag)</div><div class="ttdef"><b>Definition</b> <a href="_l_e_d_driver_8cpp_source.html#l00047">LEDDriver.cpp:47</a></div></div>
323+
<div class="ttc" id="aclass_l_e_d_driver_html_ae23d672fae6284f1c0d730f49b5e2165"><div class="ttname"><a href="class_l_e_d_driver.html#ae23d672fae6284f1c0d730f49b5e2165">LEDDriver::flush</a></div><div class="ttdeci">void flush(void)</div><div class="ttdef"><b>Definition</b> <a href="_l_e_d_driver_8cpp_source.html#l00041">LEDDriver.cpp:41</a></div></div>
324+
<div class="ttc" id="aclass_p_c_a995x___s_p_i_html_a191575985864fb3e5cfa1c633a75bf80"><div class="ttname"><a href="class_p_c_a995x___s_p_i.html#a191575985864fb3e5cfa1c633a75bf80">PCA995x_SPI::irefall</a></div><div class="ttdeci">void irefall(uint8_t iref)</div><div class="ttdef"><b>Definition</b> <a href="_l_e_d_driver_8cpp_source.html#l00223">LEDDriver.cpp:223</a></div></div>
325+
<div class="ttc" id="aclass_p_c_a995x_html"><div class="ttname"><a href="class_p_c_a995x.html">PCA995x</a></div><div class="ttdef"><b>Definition</b> <a href="_l_e_d_driver_8h_source.html#l00094">LEDDriver.h:95</a></div></div>
326+
<div class="ttc" id="aclass_p_c_a995x_html_a0751a4816ffaae770fb50830aea51ca9"><div class="ttname"><a href="class_p_c_a995x.html#a0751a4816ffaae770fb50830aea51ca9">PCA995x::irefall</a></div><div class="ttdeci">void irefall(uint8_t iref)</div><div class="ttdef"><b>Definition</b> <a href="_l_e_d_driver_8cpp_source.html#l00088">LEDDriver.cpp:88</a></div></div>
327327
</div><!-- fragment --></div><!-- contents -->
328328
<!-- start footer part -->
329329
<hr class="footer"/><address class="footer"><small>
330-
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6
330+
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7
331331
</small></address>
332332
</body>
333333
</html>

0 commit comments

Comments
 (0)