Skip to content

Commit

Permalink
Update Config_Reference.md with BMP180 support
Browse files Browse the repository at this point in the history
Update the configuration reference with BMP180 support
  • Loading branch information
vaxxi authored Oct 15, 2023
1 parent cdb0e88 commit aa2c728
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Config_Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand Down

0 comments on commit aa2c728

Please sign in to comment.