diff options
author | 林玮 (Jade Lin) <linw1995@icloud.com> | 2024-04-25 09:45:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 21:45:05 -0400 |
commit | c3ec4af6cc3a62353e1eed57e0514356eeef1fb6 (patch) | |
tree | 634cbb7789edf3940526a0b12cc6448ce30314cb /docs/Config_Reference.md | |
parent | 2f6e94c94cae036b70b02df996dc12e2e61e5dcb (diff) | |
download | kutter-c3ec4af6cc3a62353e1eed57e0514356eeef1fb6.tar.gz kutter-c3ec4af6cc3a62353e1eed57e0514356eeef1fb6.tar.xz kutter-c3ec4af6cc3a62353e1eed57e0514356eeef1fb6.zip |
bme280: Add BMP388 sensor support to BMxx80 (#6576)
Extends the BMxx80 category with support for the BMP388 sensor,
providing temperature and pressure output similar to the existing BMxx80 class of sensors.
Signed-off-by: 林玮 (Jade Lin) <linw1995@icloud.com>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 71cdfed8..b6614055 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2490,9 +2490,9 @@ sensor_pin: # name in the above list. ``` -### BMP180/BMP280/BME280/BME680 temperature sensor +### BMP180/BMP280/BME280/BMP388/BME680 temperature sensor -BMP180/BMP280/BME280/BME680 two wire interface (I2C) environmental sensors. +BMP180/BMP280/BME280/BMP388/BME680 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), pressure (hPa), relative humidity and in case of the BME680 gas level. @@ -2503,8 +2503,8 @@ temperature. ``` sensor_type: BME280 #i2c_address: -# Default is 118 (0x76). The BMP180 and some BME280 sensors have an address of 119 -# (0x77). +# Default is 118 (0x76). The BMP180, BMP388 and some BME280 sensors +# have an address of 119 (0x77). #i2c_mcu: #i2c_bus: #i2c_software_scl_pin: |