aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/sht3x.py
Commit message (Collapse)AuthorAgeFilesLines
* Isort all klippy codeTomasz Kramkowski2025-08-151-0/+1
|
* Run black on all first party python codeTomasz Kramkowski2025-08-061-54/+54
|
* klippy: fix typos in python code (#6989)Thijs Triemstra2025-07-251-2/+2
| | | Signed-off-by: Thijs Triemstra <info@collab.nl>
* sht3x: reads should be retried with at least 0.5s pauseTimofey Titovets2025-07-111-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 Titovets2024-07-061-13/+22
| | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
* sht3x: Add sht31 support (#6560)Timofey Titovets2024-04-201-0/+165
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>