Macro f3::uprintln [] [src]

macro_rules! uprintln {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}

Macro for sending print!-formatted messages over the Serial Port, with a newline