1 #ifndef DEBUG_UART_H_1V2039076V__
2 #define DEBUG_UART_H_1V2039076V__
9 dbg_set_input_handler(
void (*handler)(
const char *inp,
unsigned int len));
16 dbg_printf(
const char *format, ...)
20 dbg_blocking_printf(const
char *format, ...)
25 dbg_putchar(
const char ch);
28 dbg_blocking_putchar(
const char ch);
void __attribute__((interrupt))
This ISR handles most of the business interacting with the 1-wire bus.
unsigned int dbg_send_bytes(const unsigned char *seq, unsigned int len)
Print a stream of bytes.