diff options
author | Timofey Titovets <nefelim4ag@gmail.com> | 2025-07-03 21:50:35 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2025-07-11 10:46:57 -0400 |
commit | 2585accfeb0e8291a0d428e8d3dfc72ff8f0cec7 (patch) | |
tree | 66aaace13f2f20baf2745e9f179637e7e21a7127 /klippy/mcu.py | |
parent | 37ddab223f54823d7252f87ea1b025a43031b878 (diff) | |
download | kutter-2585accfeb0e8291a0d428e8d3dfc72ff8f0cec7.tar.gz kutter-2585accfeb0e8291a0d428e8d3dfc72ff8f0cec7.tar.xz kutter-2585accfeb0e8291a0d428e8d3dfc72ff8f0cec7.zip |
sht3x: reads should be retried with at least 0.5s pause
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>
Diffstat (limited to 'klippy/mcu.py')
0 files changed, 0 insertions, 0 deletions