Deploying to gh-pages from @ Klipper3d/klipper@116b304541 🚀
This commit is contained in:
@@ -1412,6 +1412,9 @@ are not backwards compatible. It is a good idea to review this
|
|||||||
document when upgrading the Klipper software.</p>
|
document when upgrading the Klipper software.</p>
|
||||||
<p>All dates in this document are approximate.</p>
|
<p>All dates in this document are approximate.</p>
|
||||||
<h2 id="changes">Changes<a class="headerlink" href="#changes" title="Permanent link">¶</a></h2>
|
<h2 id="changes">Changes<a class="headerlink" href="#changes" title="Permanent link">¶</a></h2>
|
||||||
|
<p>20250721: The <code>[pca9632]</code> and <code>[mcp4018]</code> modules no longer accept the
|
||||||
|
<code>scl_pin</code> and <code>sda_pin</code> options. Use <code>i2c_software_scl_pin</code> and
|
||||||
|
<code>i2c_software_sda_pin</code> instead.</p>
|
||||||
<p>20250428: The maximum <code>cycle_time</code> for pwm <code>[output_pin]</code>,
|
<p>20250428: The maximum <code>cycle_time</code> for pwm <code>[output_pin]</code>,
|
||||||
<code>[pwm_cycle_time]</code>, <code>[pwm_tool]</code>, and similar config sections is now 3
|
<code>[pwm_cycle_time]</code>, <code>[pwm_tool]</code>, and similar config sections is now 3
|
||||||
seconds (reduced from 5 seconds). The <code>maximum_mcu_duration</code> in
|
seconds (reduced from 5 seconds). The <code>maximum_mcu_duration</code> in
|
||||||
|
|||||||
@@ -7143,11 +7143,6 @@ clock_pin:
|
|||||||
#i2c_speed:
|
#i2c_speed:
|
||||||
# See the "common I2C settings" section for a description of the
|
# See the "common I2C settings" section for a description of the
|
||||||
# above parameters.
|
# above parameters.
|
||||||
#scl_pin:
|
|
||||||
#sda_pin:
|
|
||||||
# Alternatively, if the pca9632 is not connected to a hardware I2C
|
|
||||||
# bus, then one may specify the "clock" (scl_pin) and "data"
|
|
||||||
# (sda_pin) pins. The default is to use hardware I2C.
|
|
||||||
#color_order: RGBW
|
#color_order: RGBW
|
||||||
# Set the pixel order of the LED (using a string containing the
|
# Set the pixel order of the LED (using a string containing the
|
||||||
# letters R, G, B, W). The default is RGBW.
|
# letters R, G, B, W). The default is RGBW.
|
||||||
@@ -8010,14 +8005,19 @@ prefix).</p>
|
|||||||
</code></pre></div>
|
</code></pre></div>
|
||||||
|
|
||||||
<h3 id="mcp4018">[mcp4018]<a class="headerlink" href="#mcp4018" title="Permanent link">¶</a></h3>
|
<h3 id="mcp4018">[mcp4018]<a class="headerlink" href="#mcp4018" title="Permanent link">¶</a></h3>
|
||||||
<p>Statically configured MCP4018 digipot connected via two gpio "bit
|
<p>Statically configured MCP4018 digipot connected via i2c (one may
|
||||||
banging" pins (one may define any number of sections with an "mcp4018"
|
define any number of sections with an "mcp4018" prefix).</p>
|
||||||
prefix).</p>
|
|
||||||
<div class="highlight"><pre><span></span><code>[mcp4018 my_digipot]
|
<div class="highlight"><pre><span></span><code>[mcp4018 my_digipot]
|
||||||
scl_pin:
|
#i2c_address: 47
|
||||||
# The SCL "clock" pin. This parameter must be provided.
|
# The i2c address that the chip is using on the i2c bus. The default
|
||||||
sda_pin:
|
# is 47.
|
||||||
# The SDA "data" pin. This parameter must be provided.
|
#i2c_mcu:
|
||||||
|
#i2c_bus:
|
||||||
|
#i2c_software_scl_pin:
|
||||||
|
#i2c_software_sda_pin:
|
||||||
|
#i2c_speed:
|
||||||
|
# See the "common I2C settings" section for a description of the
|
||||||
|
# above parameters.
|
||||||
wiper:
|
wiper:
|
||||||
# The value to statically set the given MCP4018 "wiper" to. This is
|
# The value to statically set the given MCP4018 "wiper" to. This is
|
||||||
# typically set to a number between 0.0 and 1.0 with 1.0 being the
|
# typically set to a number between 0.0 and 1.0 with 1.0 being the
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user