Skip to main content

write_bytes

Function write_bytes 

Source
pub fn write_bytes(buf: &[u8])
Expand description

Write a byte slice to the console output (no formatting, no newline). Backs the crate::printk! / crate::ove_print! macros and is safe to call from any thread or ISR.