mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-21 13:48:00 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@2ec69ae361 🚀
This commit is contained in:
parent
f19b8239d7
commit
9ec40cf7ee
14 changed files with 31 additions and 1 deletions
|
@ -931,6 +931,13 @@
|
|||
[adxl345]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#icm20948" class="md-nav__link">
|
||||
[icm20948]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -3060,6 +3067,13 @@
|
|||
[adxl345]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#icm20948" class="md-nav__link">
|
||||
[icm20948]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -5467,6 +5481,22 @@ cs_pin:
|
|||
# measurements.
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="icm20948">[icm20948]<a class="headerlink" href="#icm20948" title="Permanent link">¶</a></h3>
|
||||
<p>Support for icm20948 accelerometers.</p>
|
||||
<div class="highlight"><pre><span></span><code>[icm20948]
|
||||
#i2c_address:
|
||||
# Default is 104 (0x68). If AD0 is high, it would be 0x69 instead.
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_software_scl_pin:
|
||||
#i2c_software_sda_pin:
|
||||
#i2c_speed: 400000
|
||||
# See the "common I2C settings" section for a description of the
|
||||
# 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>
|
||||
|
||||
<h3 id="lis2dw">[lis2dw]<a class="headerlink" href="#lis2dw" title="Permanent link">¶</a></h3>
|
||||
<p>Support for LIS2DW accelerometers.</p>
|
||||
<div class="highlight"><pre><span></span><code>[lis2dw]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue