embassy/examples/rp
pennae 972cdd4265 rp/adc: rewrite the module
- don't require an irq binding for blocking-only adc
- abstract adc pins into an AnyPin like interface, erasing the actual
  peripheral type at runtime.
- add pull-up/pull-down functions for adc pins
- add a test (mostly a copy of the example, to be honest)
- configure adc pads according to datasheet
- report conversion errors (although they seem exceedingly rare?)
- drop embedded-hal interfaces. embedded-hal channels can do neither
  AnyPin nor pullup/pulldown without encoding both into the type
2023-07-07 17:46:35 +02:00
..
.cargo Update probe-rs-cli -> probe-rs 2023-06-29 02:39:28 +02:00
assets rp/examples: add spi_display example 2021-07-20 10:06:57 +02:00
src/bin rp/adc: rewrite the module 2023-07-07 17:46:35 +02:00
build.rs Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
Cargo.toml update embedded-hal crates. 2023-07-04 19:59:36 +02:00
memory.x Move examples to a subdirectory 2021-06-02 01:32:19 +02:00