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

Print a formatted message to the serial console