esp-rs / esp-idf-hal

embedded-hal implementation for Rust on ESP32 and ESP-IDF
https://docs.esp-rs.org/esp-idf-hal/
Apache License 2.0
470 stars 171 forks source link

Fix ReadScratch command buffer size #494

Closed kgv closed 1 month ago

kgv commented 1 month ago

From "DS18B20 - Programmable Resolution 1-Wire Digital Thermometer"

ivmarkov commented 1 month ago

@DaneSlattery Would you look into this?

DaneSlattery commented 1 month ago

Seems to be correct, looks good to me!

ivmarkov commented 1 month ago

Thanks to both!