embassy/embassy-traits/src
Wilfried Chauveau 2d475b80d9
Add IntoIterator trait bound on Future trait's parameter
The parameter is also renamed from `U` to `V` to avoid confusion with the
type parameter `U` from the `write_iter` function that follows.
2021-10-29 20:37:00 +01:00
..
delay.rs Clippy fixes 2021-10-18 01:05:29 +02:00
flash.rs Clippy fixes 2021-10-18 01:05:29 +02:00
gpio.rs Clippy fixes 2021-10-18 01:05:29 +02:00
i2c.rs Add IntoIterator trait bound on Future trait's parameter 2021-10-29 20:37:00 +01:00
lib.rs Remove more unused features. 2021-09-03 17:13:54 +02:00
rng.rs Clippy fixes 2021-10-18 01:05:29 +02:00
spi.rs Adjust how we deal with read/write being different length. 2021-07-23 13:22:39 -04:00
uart.rs Get rid of some warnings 2021-05-14 23:42:12 -03:00