aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bme280.py
Commit message (Expand)AuthorAgeFilesLines
* bme280: fix integer handling for python3 in bme280.py (#5237)cbc020092022-02-061-1/+1
* bme280: round reported temps to 2 decimal placesEric Callahan2021-10-151-1/+1
* bme280: Add support for BMP280 and BME680 sensors (#4040)Michael Kurz2021-03-151-66/+335
* Revert "bme280: Rename sensor_type from BME280 to bme280"Kevin O'Connor2021-02-201-1/+1
* bme280: Rename sensor_type from BME280 to bme280Kevin O'Connor2021-02-201-1/+1
* bme280: Implement support for min_temp/max_temp checksKevin O'Connor2021-02-011-1/+7
* bme280: Disable bme280 when using debug outputKevin O'Connor2021-01-241-0/+2
* bme280: Start temperature measurements from "klippy:connect" callbackKevin O'Connor2020-12-011-2/+3
* bme280: fix reported measured timeArksine2020-06-161-1/+2
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-2/+1
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-1/+1
* heaters: Make heater.py an "extras" moduleKevin O'Connor2020-04-251-2/+2
* bme280: handle read timeout exceptionsArksine2020-02-141-5/+12
* bme280: initial implementation of BME280 environmental sensorArksine2020-01-131-0/+195