aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
diff options
context:
space:
mode:
authorvaxxi <github@vaxxi.net>2023-11-17 05:27:44 +0200
committerGitHub <noreply@github.com>2023-11-16 22:27:44 -0500
commit3c8f202dfa4a581dd52ad0cc98f3b7e41b23559b (patch)
treecbf4ae037bb5fb3951ec9e1f956dd8f232078613 /docs/Config_Reference.md
parent83df4a8627ce98316e9515425f01d443caa52d52 (diff)
downloadkutter-3c8f202dfa4a581dd52ad0cc98f3b7e41b23559b.tar.gz
kutter-3c8f202dfa4a581dd52ad0cc98f3b7e41b23559b.tar.xz
kutter-3c8f202dfa4a581dd52ad0cc98f3b7e41b23559b.zip
bmp280: Add support for BMP180 sensor (#6370)
Extends the BMxx80 category with support for the older BMP180 sensor, providing temperature and humidity output. Signed-off-by: VAXXi Popescu <github@vaxxi.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r--docs/Config_Reference.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index c7a2a3db..cc78ddbe 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -2440,9 +2440,9 @@ sensor_pin:
# name in the above list.
```
-### BMP280/BME280/BME680 temperature sensor
+### BMP180/BMP280/BME280/BME680 temperature sensor
-BMP280/BME280/BME680 two wire interface (I2C) environmental sensors.
+BMP180/BMP280/BME280/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.
@@ -2453,7 +2453,7 @@ temperature.
```
sensor_type: BME280
#i2c_address:
-# Default is 118 (0x76). Some BME280 sensors have an address of 119
+# Default is 118 (0x76). The BMP180 and some BME280 sensors have an address of 119
# (0x77).
#i2c_mcu:
#i2c_bus: