3 releases (1 stable)
1.0.0 | Jan 26, 2024 |
---|---|
1.0.0-rc.1.4 | Jan 8, 2024 |
1.0.0-rc.1.3 | Nov 28, 2023 |
#1588 in Embedded development
762 downloads per month
Used in 2 crates
6KB
77 lines
I2C Write Iter
Iterator based write operations where removed from the embedded-hal in: https://github.com/rust-embedded/embedded-hal/pull/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.
Dependencies
~62KB