diff options
author | Michael Kurz <michi.kurz@googlemail.com> | 2021-03-15 16:50:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 11:50:29 -0400 |
commit | b4437f8eeeaddf60f893ceaeaf4d9ed06d57eeae (patch) | |
tree | 2c1e1e3582746e3c09ca744a992a334d00a2aff9 /docs/Command_Templates.md | |
parent | 86a924f5a69d7f47c8a9f8d5ec98abf818fb402a (diff) | |
download | kutter-b4437f8eeeaddf60f893ceaeaf4d9ed06d57eeae.tar.gz kutter-b4437f8eeeaddf60f893ceaeaf4d9ed06d57eeae.tar.xz kutter-b4437f8eeeaddf60f893ceaeaf4d9ed06d57eeae.zip |
bme280: Add support for BMP280 and BME680 sensors (#4040)
This adds support for BMP280 and BME680 sensor ICs,
along with fixing calibration data readout for BME280.
Gas sensor readout for the BME680 is just the raw compensated value.
To get actual meaningful values, more research is needed.
Signed-off-by: Michael Kurz <michi.kurz@gmail.com>
Diffstat (limited to 'docs/Command_Templates.md')
-rw-r--r-- | docs/Command_Templates.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md index 9e19422d..5296e52b 100644 --- a/docs/Command_Templates.md +++ b/docs/Command_Templates.md @@ -264,7 +264,8 @@ The following are common printer attributes: the config file if a `SET_RETRACTION` command alters them. - `printer["bme280 <sensor_name>"].temperature`, `printer["bme280 <sensor_name>"].humidity`, - `printer["bme280 <sensor_name>"].pressure`: The last read values + `printer["bme280 <sensor_name>"].pressure`, + `printer["bme280 <sensor_name>"].gas`: The last read values from the sensor. - `printer["htu21d <sensor_name>"].temperature`, `printer["htu21d <sensor_name>"].humidity`: The last read values |