mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-05 21:14:05 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@55d1c3728d 🚀
This commit is contained in:
parent
15d55e15fc
commit
9f6e4bed3e
12 changed files with 14 additions and 7 deletions
|
@ -7280,6 +7280,12 @@ SPI bus.</p>
|
|||
<h3 id="common-i2c-settings">Common I2C settings<a class="headerlink" href="#common-i2c-settings" title="Permanent link">¶</a></h3>
|
||||
<p>The following parameters are generally available for devices using an
|
||||
I2C bus.</p>
|
||||
<p>Note that Klipper's current micro-controller support for i2c is
|
||||
generally not tolerant to line noise. Unexpected errors on the i2c
|
||||
wires may result in Klipper raising a run-time error. Klipper's
|
||||
support for error recovery varies between each micro-controller type.
|
||||
It is generally recommended to only use i2c devices that are on the
|
||||
same printed circuit board as the micro-controller.</p>
|
||||
<div class="highlight"><pre><span></span><code>#i2c_address:
|
||||
# The i2c address of the device. This must specified as a decimal
|
||||
# number (not in hex). The default depends on the type of device.
|
||||
|
@ -7292,8 +7298,9 @@ I2C bus.</p>
|
|||
# the type of micro-controller.
|
||||
#i2c_speed:
|
||||
# The I2C speed (in Hz) to use when communicating with the device.
|
||||
# On some micro-controllers changing this value has no effect. The
|
||||
# default is 100000.
|
||||
# The Klipper implementation on most micro-controllers is hard-coded
|
||||
# to 100000 and changing this value has no effect. The default is
|
||||
# 100000.
|
||||
</code></pre></div>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue