macro_rules! println { () => { ... }; ($s:expr) => { ... }; ($s:expr, $($tt:tt)*) => { ... }; }
Print a formatted message to the serial console