Deploying to gh-pages from @ Klipper3d/klipper@713b509698 🚀
This commit is contained in:
@@ -1152,6 +1152,13 @@
|
||||
HTU21D sensor
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#sht3x-sensor" class="md-nav__link">
|
||||
SHT3X sensor
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -3185,6 +3192,13 @@
|
||||
HTU21D sensor
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#sht3x-sensor" class="md-nav__link">
|
||||
SHT3X sensor
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
@@ -6051,6 +6065,22 @@ temperature.</p>
|
||||
# Interval in seconds between readings. Default is 30
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="sht3x-sensor">SHT3X sensor<a class="headerlink" href="#sht3x-sensor" title="Permanent link">¶</a></h3>
|
||||
<p>SHT3X family two wire interface (I2C) environmental sensor. These sensors
|
||||
have a range of -55~125 C, so are usable for e.g. chamber temperature
|
||||
monitoring. They can also function as simple fan/heater controllers.</p>
|
||||
<div class="highlight"><pre><span></span><code>sensor_type: SHT3X
|
||||
#i2c_address:
|
||||
# Default is 68 (0x44).
|
||||
#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.
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="lm75-temperature-sensor">LM75 temperature sensor<a class="headerlink" href="#lm75-temperature-sensor" title="Permanent link">¶</a></h3>
|
||||
<p>LM75/LM75A two wire (I2C) connected temperature sensors. These sensors
|
||||
have a range of -55~125 C, so are usable for e.g. chamber temperature
|
||||
|
||||
Reference in New Issue
Block a user