mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-12-29 20:51:10 +00:00
* feat(example): Add LP I2C Example (SHT30 temp. and humid. sensor) * Fix the wrong attribute name `required_features` in Cargo.toml. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix file name. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Added descriptions for constants. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Added some spaces. * Split write and read. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Added descriptions for addresses. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Added descriptions for addresses on main. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Changed I2C failure handling. * Fix link. * Change the variable name --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>