mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 05:54:05 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@10e816979e 🚀
This commit is contained in:
parent
aae0eef81e
commit
922f7b9bc6
14 changed files with 8 additions and 7 deletions
|
@ -1120,8 +1120,8 @@
|
|||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#aht10-temperature-sensor" class="md-nav__link">
|
||||
AHT10 temperature sensor
|
||||
<a href="#aht10aht20aht21-temperature-sensor" class="md-nav__link">
|
||||
AHT10/AHT20/AHT21 temperature sensor
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
@ -3055,8 +3055,8 @@
|
|||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#aht10-temperature-sensor" class="md-nav__link">
|
||||
AHT10 temperature sensor
|
||||
<a href="#aht10aht20aht21-temperature-sensor" class="md-nav__link">
|
||||
AHT10/AHT20/AHT21 temperature sensor
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
@ -5726,14 +5726,15 @@ temperature.</p>
|
|||
# above parameters.
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="aht10-temperature-sensor">AHT10 temperature sensor<a class="headerlink" href="#aht10-temperature-sensor" title="Permanent link">¶</a></h3>
|
||||
<p>AHT10 two wire interface (I2C) environmental sensor.
|
||||
<h3 id="aht10aht20aht21-temperature-sensor">AHT10/AHT20/AHT21 temperature sensor<a class="headerlink" href="#aht10aht20aht21-temperature-sensor" title="Permanent link">¶</a></h3>
|
||||
<p>AHT10/AHT20/AHT21 two wire interface (I2C) environmental sensors.
|
||||
Note that these sensors are not intended for use with extruders and
|
||||
heater beds, but rather for monitoring ambient temperature (C) and
|
||||
relative humidity. See
|
||||
<a href="https://github.com/Klipper3d/klipper/blob/master/config/sample-macros.cfg">sample-macros.cfg</a> for a gcode_macro
|
||||
that may be used to report humidity in addition to temperature.</p>
|
||||
<div class="highlight"><pre><span></span><code>sensor_type: AHT10
|
||||
# Also use AHT10 for AHT20 and AHT21 sensors.
|
||||
#i2c_address:
|
||||
# Default is 56 (0x38). Some AHT10 sensors give the option to use
|
||||
# 57 (0x39) by moving a resistor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue