Type Alias avr_oxide::devices::OxideButton
source · pub type OxideButton<'a, 'b> = Button<'a, OxideSupervisor<'b>>;
Expand description
A simple button attached to a hardware pin that generates events with the standard AVRoxide Supervisor implementation.
Aliased Type§
struct OxideButton<'a, 'b> { /* private fields */ }