Macro esp32_hal::dprintln[][src]

macro_rules! dprintln {
    () => { ... };
    ($fmt : expr) => { ... };
    ($fmt : expr, $($arg : tt) *) => { ... };
}
Expand description

Macro for sending a formatted string to UART0 for debugging, with a newline.