embassy-rp 0.4.0

Embassy Hardware Abstraction Layer (HAL) for the Raspberry Pi RP2040 microcontroller
Documentation
1
2
3
4
5
6
7
8
9
10
//! Pre-built pio programs for common interfaces

pub mod hd44780;
pub mod i2s;
pub mod onewire;
pub mod pwm;
pub mod rotary_encoder;
pub mod stepper;
pub mod uart;
pub mod ws2812;