Deploying to gh-pages from @ Klipper3d/klipper@29b7550ce5 🚀

This commit is contained in:
KevinOConnor
2023-11-17 03:08:49 +00:00
parent ea5c3c7121
commit 8cb7862f28
17 changed files with 37 additions and 24 deletions

View File

@@ -1310,6 +1310,13 @@
[output_pin]
</a>
</li>
<li class="md-nav__item">
<a href="#pwm_tool" class="md-nav__link">
[pwm_tool]
</a>
</li>
<li class="md-nav__item">
@@ -3308,6 +3315,13 @@
[output_pin]
</a>
</li>
<li class="md-nav__item">
<a href="#pwm_tool" class="md-nav__link">
[pwm_tool]
</a>
</li>
<li class="md-nav__item">
@@ -6490,6 +6504,23 @@ pin:
# parameter.
</code></pre></div>
<h3 id="pwm_tool">[pwm_tool]<a class="headerlink" href="#pwm_tool" title="Permanent link">&para;</a></h3>
<p>Pulse width modulation digital output pins capable of high speed
updates (one may define any number of sections with an "output_pin"
prefix). Pins configured here will be setup as output pins and one may
modify them at run-time using "SET_PIN PIN=my_pin VALUE=.1" type
extended <a href="G-Codes.html#output_pin">g-code commands</a>.</p>
<div class="highlight"><pre><span></span><code>[pwm_tool my_tool]
pin:
# The pin to configure as an output. This parameter must be provided.
#value:
#shutdown_value:
#cycle_time: 0.100
#hardware_pwm: False
#scale:
# See the &quot;output_pin&quot; section for the definition of these parameters.
</code></pre></div>
<h3 id="static_digital_output">[static_digital_output]<a class="headerlink" href="#static_digital_output" title="Permanent link">&para;</a></h3>
<p>Statically configured digital output pins (one may define any number
of sections with a "static_digital_output" prefix). Pins configured