macro_rules! serial_println { () => { ... }; ($($arg:tt)*) => { ... }; }
Print to serial port with newline