mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-31 11:50:27 -07:00
Deploying to gh-pages from @ Klipper3d/klipper@3d5f352e24 🚀
This commit is contained in:
parent
8dfa10f77d
commit
c29fc60a78
2 changed files with 27 additions and 1 deletions
|
|
@ -1399,6 +1399,13 @@
|
|||
[output_pin]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#static_pwm_clock" class="md-nav__link">
|
||||
[static_pwm_clock]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -3549,6 +3556,13 @@
|
|||
[output_pin]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#static_pwm_clock" class="md-nav__link">
|
||||
[static_pwm_clock]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -7272,6 +7286,18 @@ pin:
|
|||
# These options are deprecated and should no longer be specified.
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="static_pwm_clock">[static_pwm_clock]<a class="headerlink" href="#static_pwm_clock" title="Permanent link">¶</a></h3>
|
||||
<p>Static configurable output pin (one may define any number of
|
||||
sections with an "static_pwm_clock" prefix).
|
||||
Pins configured here will be set up as clock output pins.
|
||||
Generally used to provide clock input to other hardware on the board.</p>
|
||||
<div class="highlight"><pre><span></span><code>[static_pwm_clock my_pin]
|
||||
pin:
|
||||
# The pin to configure as an output. This parameter must be provided.
|
||||
#frequency: 100
|
||||
# Target output frequency.
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="pwm_tool">[pwm_tool]<a class="headerlink" href="#pwm_tool" title="Permanent link">¶</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"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue