Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Version 1.1 Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab committed Apr 4, 2020
1 parent d09735f commit f2283ab
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions html/pymata4/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -831,8 +831,7 @@ <h1 class="title">Module <code>pymata4.pymata4</code></h1>
will physically reset itself.

Frequency of keep alive transmission is calculated as follows:
keep_alive_sent = period - (period * margin)

keep_alive_sent = period - margin

:param period: Time period between keepalives. Range is 0-10 seconds.
0 disables the keepalive mechanism.
Expand Down Expand Up @@ -904,7 +903,7 @@ <h1 class="title">Module <code>pymata4.pymata4</code></h1>
def _play_tone(self, pin, tone_command, frequency, duration):
&#34;&#34;&#34;
This method will call the Tone library for the selected pin.
It requires FirmataPlus to be loaded onto the arduino
It requires FirmataExpress to be loaded onto the arduino

If the tone command is set to TONE_TONE, then the specified
tone will be played.
Expand Down Expand Up @@ -2547,8 +2546,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
will physically reset itself.

Frequency of keep alive transmission is calculated as follows:
keep_alive_sent = period - (period * margin)

keep_alive_sent = period - margin

:param period: Time period between keepalives. Range is 0-10 seconds.
0 disables the keepalive mechanism.
Expand Down Expand Up @@ -2620,7 +2618,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
def _play_tone(self, pin, tone_command, frequency, duration):
&#34;&#34;&#34;
This method will call the Tone library for the selected pin.
It requires FirmataPlus to be loaded onto the arduino
It requires FirmataExpress to be loaded onto the arduino

If the tone command is set to TONE_TONE, then the specified
tone will be played.
Expand Down Expand Up @@ -4123,7 +4121,7 @@ <h3>Methods</h3>
<p>If the Arduino does not received a keep alive, the Arduino
will physically reset itself.</p>
<p>Frequency of keep alive transmission is calculated as follows:
keep_alive_sent = period - (period * margin)</p>
keep_alive_sent = period - margin</p>
<p>:param period: Time period between keepalives. Range is 0-10 seconds.
0 disables the keepalive mechanism.</p>
<p>:param margin: Safety margin to assure keepalives are sent before
Expand All @@ -4142,8 +4140,7 @@ <h3>Methods</h3>
will physically reset itself.

Frequency of keep alive transmission is calculated as follows:
keep_alive_sent = period - (period * margin)

keep_alive_sent = period - margin

:param period: Time period between keepalives. Range is 0-10 seconds.
0 disables the keepalive mechanism.
Expand Down Expand Up @@ -4835,7 +4832,7 @@ <h1>Index</h1>
<ul id="index">
<li><h3>Super-module</h3>
<ul>
<li><code><a title="pymata4" href="index_ORIG.html">pymata4</a></code></li>
<li><code><a title="pymata4" href="index.html">pymata4</a></code></li>
</ul>
</li>
<li><h3><a href="#header-classes">Classes</a></h3>
Expand Down

0 comments on commit f2283ab

Please sign in to comment.