Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | heaters: Make heater.py an "extras" module | Kevin O'Connor | 2020-04-25 | 1 | -2/+2 |
| | | | | | | | The heater logic is an independent module that does not need to be treated as part of the "core" klipper code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | bme280: handle read timeout exceptions | Arksine | 2020-02-14 | 1 | -5/+12 |
| | | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com> | ||||
* | bme280: initial implementation of BME280 environmental sensor | Arksine | 2020-01-13 | 1 | -0/+195 |
Signed-off-by: Eric Callahan <arksine.code@gmail.com> |