pub trait PinMode {
    fn pin_mode() -> U2;
}
Expand description

Trait for pin mode

Required Methods

Convert type state into actual bits

Implementors