mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Update docs
This commit is contained in:
@@ -167,8 +167,8 @@ static const int </td><td class="memItemRight" valign="bottom"><a class="el
|
||||
<div class="line"> Ethernet.begin(mac_address);</div>
|
||||
<div class="line"></div>
|
||||
<div class="line"> <span class="comment">// Initialize the random number generator with the application tag</span></div>
|
||||
<div class="line"> <span class="comment">// "MyApp 1.0" and load the previous seed from EEPROM address 500.</span></div>
|
||||
<div class="line"> RNG.<a class="code" href="classRNGClass.html#a7f1aab3c324f8e8a424d683425e0fcf8">begin</a>(<span class="stringliteral">"MyApp 1.0"</span>, 500);</div>
|
||||
<div class="line"> <span class="comment">// "MyApp 1.0" and load the previous seed from EEPROM address 950.</span></div>
|
||||
<div class="line"> RNG.<a class="code" href="classRNGClass.html#a7f1aab3c324f8e8a424d683425e0fcf8">begin</a>(<span class="stringliteral">"MyApp 1.0"</span>, 950);</div>
|
||||
<div class="line"></div>
|
||||
<div class="line"> <span class="comment">// Stir in the Ethernet MAC address.</span></div>
|
||||
<div class="line"> RNG.<a class="code" href="classRNGClass.html#ad99535ea23ae2fec55bdebb8c24def02">stir</a>(mac_address, <span class="keyword">sizeof</span>(mac_address));</div>
|
||||
@@ -519,7 +519,7 @@ static const int </td><td class="memItemRight" valign="bottom"><a class="el
|
||||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat May 2 2015 10:17:20 for ArduinoLibs by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Sat Dec 5 2015 17:50:26 for ArduinoLibs by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
||||
Reference in New Issue
Block a user