Macro serial_println

Source
macro_rules! serial_println {
    () => { ... };
    ($($arg: tt)*) => { ... };
}
Expand description

Print something to the serial port, appending a newline.