pub fn puts(s: &str) -> i32
Expand description

Print a message to the serial console. TODO: Auto-generate this wrapper with bindgen from the C declaration