stm32-rs / stm32f0xx-hal

A Rust `embedded-hal` implementation for all MCUs in the STM32 F0 family
BSD Zero Clause License
134 stars 59 forks source link

Add I2C slave #182

Open daniel-nicolai-hansten opened 2 weeks ago

daniel-nicolai-hansten commented 2 weeks ago

Add i2c slave driver. Based of code in PR #124