macro_rules! dprint { ($s : expr) => { ... }; ($($arg : tt) *) => { ... }; }
Macro for sending a formatted string to UART0 for debugging