Macro esp_println::println

source ยท
macro_rules! println {
    ($($arg:tt)*) => { ... };
}
Expand description

Prints to the selected output, with a newline.