mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-21 21:58:05 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@52a8afba43 🚀
This commit is contained in:
parent
4bce71a2fb
commit
b37dcf833c
10 changed files with 11 additions and 3 deletions
|
@ -4890,9 +4890,9 @@ number of sections with an "mpu9250" prefix).</p>
|
|||
# Default is 104 (0x68).
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_speed:
|
||||
#i2c_speed: 400000
|
||||
# See the "common I2C settings" section for a description of the
|
||||
# above parameters.
|
||||
# above parameters. The default "i2c_speed" is 400000.
|
||||
#axes_map: x, y, z
|
||||
# See the "adxl345" section for information on this parameter.
|
||||
</code></pre></div>
|
||||
|
@ -7315,6 +7315,14 @@ 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>
|
||||
<p>Most Klipper micro-controller implementations only support an
|
||||
<code>i2c_speed</code> of 100000. The Klipper "linux" micro-controller supports a
|
||||
400000 speed, but it must be
|
||||
<a href="RPi_microcontroller.html#optional-enabling-i2c">set in the operating system</a>
|
||||
and the <code>i2c_speed</code> parameter is otherwise ignored. The Klipper
|
||||
"rp2040" micro-controller supports a rate of 400000 via the
|
||||
<code>i2c_speed</code> parameter. All other Klipper micro-controllers use a
|
||||
100000 rate and ignore the <code>i2c_speed</code> parameter.</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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue