Type Alias pimoroni_badger2040::UartRx

source ·
pub type UartRx = Pin<Gpio1, FunctionUart, PullNone>;
Expand description

UART Function alias for pin crate::Pins::gpio1. Alias for a configured Pin

Aliased Type§

struct UartRx { /* private fields */ }