Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Isort all klippy code | Tomasz Kramkowski | 2025-08-15 | 1 | -0/+1 |
| | |||||
* | Run black on all first party python code | Tomasz Kramkowski | 2025-08-06 | 1 | -54/+54 |
| | |||||
* | klippy: fix typos in python code (#6989) | Thijs Triemstra | 2025-07-25 | 1 | -2/+2 |
| | | | Signed-off-by: Thijs Triemstra <info@collab.nl> | ||||
* | sht3x: reads should be retried with at least 0.5s pause | Timofey Titovets | 2025-07-11 | 1 | -1/+15 |
| | | | | | | | | | | | | | SHT3x would return a read NACK on host retries. When the MCU receives the I2C CMD, it reads out data. SHT3x clears the data buffer. The MCU fails to deliver a response to the host. The host retries, the device returns NACK, then the MCU goes into the shutdown state. Make sure there is at least 0.5s between retries. Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | sht3x: use periodic report mode (#6634) | Timofey Titovets | 2024-07-06 | 1 | -13/+22 |
| | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | sht3x: Add sht31 support (#6560) | Timofey Titovets | 2024-04-20 | 1 | -0/+165 |
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> |