Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hxming123456 committed Dec 1, 2016
1 parent ee26de2 commit 1b3afa9
Show file tree
Hide file tree
Showing 395 changed files with 7,014 additions and 3,286 deletions.
44 changes: 32 additions & 12 deletions NexGpio.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,36 @@
/**
* @file NexGpio.h
*
* The definition of class NexGpio.
*
* @author Wu Pengfei (email:<[email protected]>)
* @date 2015/8/13
*
* @copyright
* Copyright (C) 2014-2015 ITEAD Intelligent Systems Co., Ltd. \n
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*/

#ifndef _NEXGPIO_H
#define _NEXGPIO_H

#include "NexTouch.h"
#include "NexHardware.h"
/**
* @addtogroup Component
* @{
*/

/**
* NexGpio component.
*/

class NexGpio
{
public:
public:
/**
* Set gpio mode
*
Expand All @@ -24,17 +47,17 @@ class NexGpio
bool pin_mode(uint32_t port,uint32_t mode,uint32_t control_id);

/**
* write a high or a LOW value to a digital pin
* write a HIGH or a LOW value to a digital pin
*
* @param port - the gpio port number
* @param mode - the gpio port number
* @param value - HIGH or LOW
* @return true if success, false for failure
*/

bool digital_write(uint32_t port,uint32_t value);

/**
* read a high or a LOW value to a digital pin
* read a HIGH or a LOW value to a digital pin
*
* @param port - the gpio port number
* @return the value from a specified digital pin, either high or low
Expand Down Expand Up @@ -69,14 +92,11 @@ class NexGpio
*/

uint32_t get_pwmfreq(uint32_t *number);

/**
* write rtc times
*
* @param time - Time to write to the array
* @return true if success, false for failure
*/

};

#endif
/**
* @}
*/

#endif /* #ifndef __NEXGPIO_H__ */
33 changes: 30 additions & 3 deletions NexRtc.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,32 @@
/**
* @file NexRtc.h
*
* The definition of class NexRtc.
*
* @author Wu Pengfei (email:<[email protected]>)
* @date 2015/8/13
*
* @copyright
* Copyright (C) 2014-2015 ITEAD Intelligent Systems Co., Ltd. \n
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*/

#ifndef _NEXRTC_H
#define _NEXRTC_H

#include "NexTouch.h"
#include "NexHardware.h"
/**
* @addtogroup Component
* @{
*/

/**
* NexRtc component.
*/

class NexRtc
{
Expand Down Expand Up @@ -35,7 +58,7 @@ class NexRtc
* read rtc time
*
* @param time - Access data array
* @param time - len of array
* @param len - len of array
* @return true if success, false for failure
*/

Expand All @@ -55,12 +78,16 @@ class NexRtc
* read rtc time
*
* @param time - Access data array
* @param time - len of array
* @param len - len of array
* @return true if success, false for failure
*/

uint32_t read_rtc_time(uint32_t *time,uint32_t len);

};

#endif
/**
* @}
*/

#endif /* #ifndef __NEXRTC_H__ */
2 changes: 1 addition & 1 deletion doc/Documentation/_comp_button_8ino-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="footer">Generated on Thu Dec 1 2016 09:54:34 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions doc/Documentation/_comp_button_8ino_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d28a4824dc47e487b107a5db32ef43c4.html">examples</a></li><li class="navelem"><a class="el" href="dir_9bbf8342b0f9a157b7af08fe1412fc17.html">CompButton</a></li><li class="navelem"><b>CompButton.ino</b></li>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="navelem"><a class="el" href="dir_13fdc5ade55290335ffe8ce184cef04a.html">examples</a></li><li class="navelem"><a class="el" href="dir_774ce03e0cf0196adaf36811ea67e4fe.html">CompButton</a></li><li class="navelem"><b>CompButton.ino</b></li>
<li class="footer">Generated on Thu Dec 1 2016 09:54:35 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/Documentation/_comp_crop_8ino-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="footer">Generated on Thu Dec 1 2016 09:54:34 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions doc/Documentation/_comp_crop_8ino_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d28a4824dc47e487b107a5db32ef43c4.html">examples</a></li><li class="navelem"><a class="el" href="dir_8dcbebf38b229bfa7bb34d68bf824093.html">CompCrop</a></li><li class="navelem"><b>CompCrop.ino</b></li>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="navelem"><a class="el" href="dir_13fdc5ade55290335ffe8ce184cef04a.html">examples</a></li><li class="navelem"><a class="el" href="dir_a6952c8402f497b804d4dc074e4d0d34.html">CompCrop</a></li><li class="navelem"><b>CompCrop.ino</b></li>
<li class="footer">Generated on Thu Dec 1 2016 09:54:35 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="footer">Generated on Thu Dec 1 2016 09:54:34 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions doc/Documentation/_comp_dual_state_button_8ino_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d28a4824dc47e487b107a5db32ef43c4.html">examples</a></li><li class="navelem"><a class="el" href="dir_3a828b7214103d705cc83e20f29bdad9.html">CompDualStateButton</a></li><li class="navelem"><b>CompDualStateButton.ino</b></li>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="navelem"><a class="el" href="dir_13fdc5ade55290335ffe8ce184cef04a.html">examples</a></li><li class="navelem"><a class="el" href="dir_e41b6c247808b0e8972a01b8d58acefc.html">CompDualStateButton</a></li><li class="navelem"><b>CompDualStateButton.ino</b></li>
<li class="footer">Generated on Thu Dec 1 2016 09:54:35 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/Documentation/_comp_gauge_8ino-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="footer">Generated on Thu Dec 1 2016 09:54:34 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions doc/Documentation/_comp_gauge_8ino_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d28a4824dc47e487b107a5db32ef43c4.html">examples</a></li><li class="navelem"><a class="el" href="dir_a48692e2802a027399b146b680655303.html">CompGauge</a></li><li class="navelem"><b>CompGauge.ino</b></li>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="navelem"><a class="el" href="dir_13fdc5ade55290335ffe8ce184cef04a.html">examples</a></li><li class="navelem"><a class="el" href="dir_9eb8f3e2c1e15f49f92fa8db657a0769.html">CompGauge</a></li><li class="navelem"><b>CompGauge.ino</b></li>
<li class="footer">Generated on Thu Dec 1 2016 09:54:35 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/Documentation/_comp_hotspot_8ino-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="footer">Generated on Thu Dec 1 2016 09:54:34 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions doc/Documentation/_comp_hotspot_8ino_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d28a4824dc47e487b107a5db32ef43c4.html">examples</a></li><li class="navelem"><a class="el" href="dir_f3d39c87bc262720c50d5e3885667b8a.html">CompHotspot</a></li><li class="navelem"><b>CompHotspot.ino</b></li>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="navelem"><a class="el" href="dir_13fdc5ade55290335ffe8ce184cef04a.html">examples</a></li><li class="navelem"><a class="el" href="dir_a844282e018cbc370849ee176c1e0170.html">CompHotspot</a></li><li class="navelem"><b>CompHotspot.ino</b></li>
<li class="footer">Generated on Thu Dec 1 2016 09:54:35 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/Documentation/_comp_number_8ino-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="footer">Generated on Thu Dec 1 2016 09:54:34 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions doc/Documentation/_comp_number_8ino_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d28a4824dc47e487b107a5db32ef43c4.html">examples</a></li><li class="navelem"><a class="el" href="dir_2af451c22587252d0014dbc596e2e19a.html">CompNumber</a></li><li class="navelem"><b>CompNumber.ino</b></li>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="navelem"><a class="el" href="dir_13fdc5ade55290335ffe8ce184cef04a.html">examples</a></li><li class="navelem"><a class="el" href="dir_745a997035d9a4e2cc7e167d495d0fea.html">CompNumber</a></li><li class="navelem"><b>CompNumber.ino</b></li>
<li class="footer">Generated on Thu Dec 1 2016 09:54:35 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/Documentation/_comp_page_8ino-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="footer">Generated on Thu Dec 1 2016 09:54:34 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions doc/Documentation/_comp_page_8ino_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d28a4824dc47e487b107a5db32ef43c4.html">examples</a></li><li class="navelem"><a class="el" href="dir_f76977d9ffe8ddf3ad01f3d689aa5df4.html">CompPage</a></li><li class="navelem"><b>CompPage.ino</b></li>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="navelem"><a class="el" href="dir_13fdc5ade55290335ffe8ce184cef04a.html">examples</a></li><li class="navelem"><a class="el" href="dir_baeae3733d35da11d00f3bdec2bcf189.html">CompPage</a></li><li class="navelem"><b>CompPage.ino</b></li>
<li class="footer">Generated on Thu Dec 1 2016 09:54:35 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/Documentation/_comp_picture_8ino-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="footer">Generated on Thu Dec 1 2016 09:54:34 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions doc/Documentation/_comp_picture_8ino_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d28a4824dc47e487b107a5db32ef43c4.html">examples</a></li><li class="navelem"><a class="el" href="dir_ce36ac18ad3deaf5eae0bd2e09775a7d.html">CompPicture</a></li><li class="navelem"><b>CompPicture.ino</b></li>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="navelem"><a class="el" href="dir_13fdc5ade55290335ffe8ce184cef04a.html">examples</a></li><li class="navelem"><a class="el" href="dir_d3260f5c9df29a04ffb2fb4dcbe826a0.html">CompPicture</a></li><li class="navelem"><b>CompPicture.ino</b></li>
<li class="footer">Generated on Thu Dec 1 2016 09:54:35 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/Documentation/_comp_progress_bar_8ino-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="footer">Generated on Thu Dec 1 2016 09:54:34 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions doc/Documentation/_comp_progress_bar_8ino_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d28a4824dc47e487b107a5db32ef43c4.html">examples</a></li><li class="navelem"><a class="el" href="dir_7962cac16a99e8bbaaea18abede03fcb.html">CompProgressBar</a></li><li class="navelem"><b>CompProgressBar.ino</b></li>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="navelem"><a class="el" href="dir_13fdc5ade55290335ffe8ce184cef04a.html">examples</a></li><li class="navelem"><a class="el" href="dir_d4ccf8ea657e68a549605ed7009e9385.html">CompProgressBar</a></li><li class="navelem"><b>CompProgressBar.ino</b></li>
<li class="footer">Generated on Thu Dec 1 2016 09:54:35 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/Documentation/_comp_slider_8ino-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="footer">Generated on Thu Dec 1 2016 09:54:34 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions doc/Documentation/_comp_slider_8ino_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d28a4824dc47e487b107a5db32ef43c4.html">examples</a></li><li class="navelem"><a class="el" href="dir_472f54fb1d9b74971d8e15d62f212bd3.html">CompSlider</a></li><li class="navelem"><b>CompSlider.ino</b></li>
<li class="footer">Generated on Tue Oct 11 2016 14:29:35 for Documentation by
<li class="navelem"><a class="el" href="dir_13fdc5ade55290335ffe8ce184cef04a.html">examples</a></li><li class="navelem"><a class="el" href="dir_decd89faf7b7ac7dc2c3b4f68098211d.html">CompSlider</a></li><li class="navelem"><b>CompSlider.ino</b></li>
<li class="footer">Generated on Thu Dec 1 2016 09:54:35 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/Documentation/_comp_text_8ino-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="footer">Generated on Thu Dec 1 2016 09:54:34 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions doc/Documentation/_comp_text_8ino_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d28a4824dc47e487b107a5db32ef43c4.html">examples</a></li><li class="navelem"><a class="el" href="dir_c918e8bf3fc71f849978cdb0d900e61c.html">CompText</a></li><li class="navelem"><b>CompText.ino</b></li>
<li class="footer">Generated on Tue Oct 11 2016 14:29:35 for Documentation by
<li class="navelem"><a class="el" href="dir_13fdc5ade55290335ffe8ce184cef04a.html">examples</a></li><li class="navelem"><a class="el" href="dir_72ff46b74e37ff2b17afdc4e77374e7e.html">CompText</a></li><li class="navelem"><b>CompText.ino</b></li>
<li class="footer">Generated on Thu Dec 1 2016 09:54:35 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/Documentation/_comp_timer_8ino-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="footer">Generated on Thu Dec 1 2016 09:54:34 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions doc/Documentation/_comp_timer_8ino_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d28a4824dc47e487b107a5db32ef43c4.html">examples</a></li><li class="navelem"><a class="el" href="dir_53835f0dfcb7abf9d97bc46682fab859.html">CompTimer</a></li><li class="navelem"><b>CompTimer.ino</b></li>
<li class="footer">Generated on Tue Oct 11 2016 14:29:35 for Documentation by
<li class="navelem"><a class="el" href="dir_13fdc5ade55290335ffe8ce184cef04a.html">examples</a></li><li class="navelem"><a class="el" href="dir_575635cc091aa47ec7be91b5cee17183.html">CompTimer</a></li><li class="navelem"><b>CompTimer.ino</b></li>
<li class="footer">Generated on Thu Dec 1 2016 09:54:35 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion doc/Documentation/_comp_waveform_8ino-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Oct 11 2016 14:29:34 for Documentation by
<li class="footer">Generated on Thu Dec 1 2016 09:54:34 for Documentation by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
Expand Down
Loading

0 comments on commit 1b3afa9

Please sign in to comment.