mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Update docs
This commit is contained in:
@@ -160,7 +160,7 @@ Additional Inherited Members</h2></td></tr>
|
||||
<div class="line"><span class="keywordtype">void</span> setup() {</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"> RNG.<a class="code" href="classRNGClass.html#a77eb101a225ce541800ac1361a92b1a6">begin</a>(<span class="stringliteral">"MyApp 1.0"</span>, 500);</div>
|
||||
<div class="line"></div>
|
||||
<div class="line"> <span class="comment">// Add the noise source to the list of sources known to RNG.</span></div>
|
||||
<div class="line"> RNG.<a class="code" href="classRNGClass.html#aacf23b192b0e4cc8726d9abe05f5a9db">addNoiseSource</a>(noise);</div>
|
||||
@@ -253,7 +253,7 @@ Additional Inherited Members</h2></td></tr>
|
||||
</div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Fri Nov 3 2017 10:48:53 for ArduinoLibs by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Sun Feb 18 2018 09:12:23 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