japaric / stm32f30x-hal

Implementation of the `embedded-hal` traits for STM32F30x microcontrollers
Apache License 2.0
35 stars 37 forks source link

Implement Read for i2c peripherals #27

Closed Rahix closed 3 years ago

Rahix commented 6 years ago

Implement embedded_hal::blocking::i2c::Read for i2c peripherals

eldruin commented 5 years ago

Any progress here? I have a couple device drivers waiting on this.