Type Alias pimoroni_badger2040::UartTx

source ·
pub type UartTx = Pin<Gpio0, FunctionUart, PullNone>;
Expand description

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

Aliased Type§

struct UartTx { /* private fields */ }