Type Alias avr_oxide::devices::OxideSerialPort
source · pub type OxideSerialPort<'a, 's> = SerialPort<'a, OxideSupervisor<'s>>;
Expand description
A simple serial port device that works with the standard AVRoxide Supervisor implementation.
Aliased Type§
struct OxideSerialPort<'a, 's> { /* private fields */ }