Macro longan_nano::sprintln[][src]

macro_rules! sprintln {
    () => { ... };
    ($s : expr) => { ... };
    ($s : expr, $($tt : tt) *) => { ... };
}
Expand description

Macro for printing to the serial standard output, with a newline.