Re-exports§
pub extern crate rp2040_hal as hal;
Re-exports§
pub use hal::pac;
Structs§
- Dummy
Pin - Gpio
Data Lines - Parallel
Display Interface - Pins
- BSP replacement for the HAL
Pinstype - PioData
Lines
Constants§
Statics§
- BOOT2_
FIRMWARE - The linker will place this boot block at the start of our program image. We need this to help the ROM bootloader get our code up and running.
Traits§
Type Aliases§
- I2cScl
- I2C Function alias for pin Pins::gpio5.
Alias for a configured
Pin - I2cSda
- I2C Function alias for pin Pins::gpio4.
Alias for a configured
Pin - UartRx
- UART Function alias for pin Pins::gpio1.
Alias for a configured
Pin - UartTx
- UART Function alias for pin Pins::gpio0.
Alias for a configured
Pin