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.
pub fn set_stdio<W: uWrite<Error = Infallible> + 'static, WR: AsStaticRefMut<W>>(
output: WR
)
Set a global reference that can be used by the print!
/println!
macros for easy output to serial ports.