esp_
println
0.15.0
esp_println
Macro
println
Copy item path
Source
macro_rules! println { ($($arg:tt)*) => { ... }; }
Expand description
Prints to the selected output, with a newline.