rust-embedded / embedded-hal

A Hardware Abstraction Layer (HAL) for embedded systems
Apache License 2.0
2.01k stars 202 forks source link

Add I2C `software_reset` method. #402

Closed reitermarkus closed 2 years ago

reitermarkus commented 2 years ago

Add method for software reset via the “General Call” address.

rust-highfive commented 2 years ago

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @ryankurte (or someone else) soon.

Please see the contribution instructions for more information.

eldruin commented 2 years ago

We discussed this in the meeting today and decided against merging it due to a number of reasons:

Nevertheless, thank you very much for the proposal!