Macro avr_oxide::print

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

Print the given output to the standard out writer device previously set with the set_stdout() function.

This method is infallible.