Type Alias avr_oxide::devices::OxideSerialBus

source ·
pub type OxideSerialBus<'s> = SerialBus<OxideSupervisor<'s>>;
Expand description

A serial data bus device (i.e. I2C) that works with the standard AVRoxide Supervisor implementation.

Aliased Type§

struct OxideSerialBus<'s> { /* private fields */ }