Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 494 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 494 Bytes

I2C Write Iter

Iterator based write operations where removed from the embedded-hal in: [rust-embedded/embedded-hal#440]

Yet, iterator based writes come in very handy especially for devices like the sh1107 display controller where data needs to be interleaved with control bytes.

This crates allows for hal implementations to support those use cases. HAL implementations requiring DMA backed transactions can still internally use a buffer to fill from the iterator.