Macro avr_oxide::println

source ·
macro_rules! println {
    ($($params:expr),*) => { ... };
}
Expand description

Print the given output to the standard out writer device previously set with the set_stdout() function, followed by a newline character.

This method is infallible.