embassy/embassy-traits
Wilfried Chauveau 4d75035098
Add the embassy_traits::i2c::WriteIter trait
This trait makes the parallel with `embedded_hal::i2c::WriteIter`.

It allows to fetch bytes to write from an Iterator rather than requiring
an allocation for an array.

It is provided as an extra Trait to avoid breaking existing implementations
of `embassy_traits::i2c::I2c`.
2021-10-29 12:34:49 +01:00
..
src Add the embassy_traits::i2c::WriteIter trait 2021-10-29 12:34:49 +01:00
Cargo.toml Update lots of deps 2021-09-11 01:35:23 +02:00