-
Notifications
You must be signed in to change notification settings - Fork 0
/
_display_8h_source.html
108 lines (106 loc) · 14.1 KB
/
_display_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
102
103
104
105
106
107
108
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Plant Watering Sensor: src/Display.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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</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">Plant Watering Sensor
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('_display_8h_source.html','');});
</script>
<div id="doc-content">
<!-- 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 class="header">
<div class="headertitle">
<div class="title">Display.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="_display_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> <span class="comment">//</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// Plant Watering Sensor Project</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// ---------------------------------------------------------------------------</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// (c)2017 by Lucky Resistor. See LICENSE for details.</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">// https://luckyresistor.me</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">//</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">// This program is free software; you can redistribute it and/or modify</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">// it under the terms of the GNU General Public License as published by</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">// the Free Software Foundation; either version 2 of the License, or</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">// (at your option) any later version.</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">//</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment">// This program is distributed in the hope that it will be useful,</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment">// but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment">// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment">// GNU General Public License for more details.</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment">//</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">// You should have received a copy of the GNU General Public License along</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">// with this program; if not, write to the Free Software Foundation, Inc.,</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment">// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment">//</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#pragma once</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> </div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> </div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include "<a class="code" href="_hardware_8h.html">Hardware.h</a>"</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> </div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> </div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="keyword">namespace </span><a class="code" href="namespace_display.html">Display</a> {</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> </div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> </div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="namespace_display.html#ae90342f85dd0312c91e6c79041f8a577"> 34</a></span> <span class="keyword">enum</span> <a class="code" href="namespace_display.html#ae90342f85dd0312c91e6c79041f8a577">Color</a> : uint8_t {</div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="namespace_display.html#ae90342f85dd0312c91e6c79041f8a577a136f1deeb1377e23c957f3cba7448854"> 35</a></span>  <a class="code" href="namespace_display.html#ae90342f85dd0312c91e6c79041f8a577a136f1deeb1377e23c957f3cba7448854">Red</a> = <a class="code" href="namespace_hardware.html#acc409c97181a985b78dd4881c8656848a68aa56446e2947fe770776a6bbc81af9">Hardware::LED_Red</a>, </div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="namespace_display.html#ae90342f85dd0312c91e6c79041f8a577a04e133a795e123a442574bff653f88b6"> 36</a></span>  <a class="code" href="namespace_display.html#ae90342f85dd0312c91e6c79041f8a577a04e133a795e123a442574bff653f88b6">Green</a> = <a class="code" href="namespace_hardware.html#acc409c97181a985b78dd4881c8656848ae479ae184faf3012957bffb6cfe780b1">Hardware::LED_Green</a>, </div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> };</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> </div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> </div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="keywordtype">void</span> <a class="code" href="namespace_display.html#a9bafff031c379fdca400266542ff9090">flash</a>(<a class="code" href="namespace_display.html#ae90342f85dd0312c91e6c79041f8a577">Color</a> color, uint8_t flashCount);</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span> </div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="keywordtype">void</span> <a class="code" href="namespace_display.html#a16173933e3fed9fd3de4c25c82ee9074">pulse</a>(<a class="code" href="namespace_display.html#ae90342f85dd0312c91e6c79041f8a577">Color</a> color);</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span> </div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="keywordtype">void</span> <a class="code" href="namespace_display.html#ae407713ef5a2c380a2643cdc0c2b35cd">dimSignal</a>(<a class="code" href="namespace_display.html#ae90342f85dd0312c91e6c79041f8a577">Color</a> color);</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span> </div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  </div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span> }</div><div class="ttc" id="namespace_hardware_html_acc409c97181a985b78dd4881c8656848ae479ae184faf3012957bffb6cfe780b1"><div class="ttname"><a href="namespace_hardware.html#acc409c97181a985b78dd4881c8656848ae479ae184faf3012957bffb6cfe780b1">Hardware::LED_Green</a></div><div class="ttdoc">The green LED is on. </div><div class="ttdef"><b>Definition:</b> <a href="_hardware_8h_source.html#l00036">Hardware.h:36</a></div></div>
<div class="ttc" id="namespace_display_html_a9bafff031c379fdca400266542ff9090"><div class="ttname"><a href="namespace_display.html#a9bafff031c379fdca400266542ff9090">Display::flash</a></div><div class="ttdeci">void flash(Color color, uint8_t flashCount)</div><div class="ttdoc">Display a number of flashes. </div><div class="ttdef"><b>Definition:</b> <a href="_display_8cpp_source.html#l00031">Display.cpp:31</a></div></div>
<div class="ttc" id="namespace_display_html_a16173933e3fed9fd3de4c25c82ee9074"><div class="ttname"><a href="namespace_display.html#a16173933e3fed9fd3de4c25c82ee9074">Display::pulse</a></div><div class="ttdeci">void pulse(Color color)</div><div class="ttdoc">Smooth Pulse one time. </div><div class="ttdef"><b>Definition:</b> <a href="_display_8cpp_source.html#l00058">Display.cpp:58</a></div></div>
<div class="ttc" id="namespace_display_html_ae90342f85dd0312c91e6c79041f8a577"><div class="ttname"><a href="namespace_display.html#ae90342f85dd0312c91e6c79041f8a577">Display::Color</a></div><div class="ttdeci">Color</div><div class="ttdoc">The color for the display. </div><div class="ttdef"><b>Definition:</b> <a href="_display_8h_source.html#l00034">Display.h:34</a></div></div>
<div class="ttc" id="namespace_display_html_ae407713ef5a2c380a2643cdc0c2b35cd"><div class="ttname"><a href="namespace_display.html#ae407713ef5a2c380a2643cdc0c2b35cd">Display::dimSignal</a></div><div class="ttdeci">void dimSignal(Color color)</div><div class="ttdoc">Very short dim signal. </div><div class="ttdef"><b>Definition:</b> <a href="_display_8cpp_source.html#l00073">Display.cpp:73</a></div></div>
<div class="ttc" id="namespace_display_html_ae90342f85dd0312c91e6c79041f8a577a136f1deeb1377e23c957f3cba7448854"><div class="ttname"><a href="namespace_display.html#ae90342f85dd0312c91e6c79041f8a577a136f1deeb1377e23c957f3cba7448854">Display::Red</a></div><div class="ttdoc">Display a red color. </div><div class="ttdef"><b>Definition:</b> <a href="_display_8h_source.html#l00035">Display.h:35</a></div></div>
<div class="ttc" id="_hardware_8h_html"><div class="ttname"><a href="_hardware_8h.html">Hardware.h</a></div></div>
<div class="ttc" id="namespace_display_html_ae90342f85dd0312c91e6c79041f8a577a04e133a795e123a442574bff653f88b6"><div class="ttname"><a href="namespace_display.html#ae90342f85dd0312c91e6c79041f8a577a04e133a795e123a442574bff653f88b6">Display::Green</a></div><div class="ttdoc">Display a green color. </div><div class="ttdef"><b>Definition:</b> <a href="_display_8h_source.html#l00036">Display.h:36</a></div></div>
<div class="ttc" id="namespace_display_html"><div class="ttname"><a href="namespace_display.html">Display</a></div><div class="ttdoc">The display module controls the visual signals to the user. </div><div class="ttdef"><b>Definition:</b> <a href="_display_8cpp_source.html#l00028">Display.cpp:28</a></div></div>
<div class="ttc" id="namespace_hardware_html_acc409c97181a985b78dd4881c8656848a68aa56446e2947fe770776a6bbc81af9"><div class="ttname"><a href="namespace_hardware.html#acc409c97181a985b78dd4881c8656848a68aa56446e2947fe770776a6bbc81af9">Hardware::LED_Red</a></div><div class="ttdoc">The red LED is on. </div><div class="ttdef"><b>Definition:</b> <a href="_hardware_8h_source.html#l00037">Hardware.h:37</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="_display_8h.html">Display.h</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>