embassy/examples/rp
Jeremy Fitzhardinge 5e2c52ee5b embassy-rp: async i2c implementation
This is an interrupt-driven async i2c master implementation. It makes as
best use of the RP2040's i2c block's fifos as possible to minimize
interrupts.

It implements embedded_hal_async::i2c for easy interop.
WIP async impl
2022-10-01 13:43:37 -07:00
..
.cargo Add env DEFMT_LOG=trace to all examples. 2022-06-18 01:59:12 +02:00
assets rp/examples: add spi_display example 2021-07-20 10:06:57 +02:00
src/bin Update embedded-hal versions and explicitly pin 2022-09-29 11:27:46 +02:00
build.rs Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
Cargo.toml embassy-rp: async i2c implementation 2022-10-01 13:43:37 -07:00
memory.x Move examples to a subdirectory 2021-06-02 01:32:19 +02:00