Struct esp_println::Printer
source · pub struct Printer;Expand description
The printer that is used by the print! and println! macros.
Implementations§
source§impl Printer
impl Printer
sourcepub fn write_bytes(bytes: &[u8])
pub fn write_bytes(bytes: &[u8])
Writes a byte slice to the configured output.