Function avr_oxide::stdout::set_stdio

source ·
pub fn set_stdio<W: uWrite<Error = Infallible> + 'static, WR: AsStaticRefMut<W>>(
    output: WR
)
Expand description

Set a global reference that can be used by the print!/println! macros for easy output to serial ports.