|
Contiki 3.x
|
Function implementations for debug io module. More...
#include "dev/uart0.h"Go to the source code of this file.
Functions | |
| unsigned int | dbg_send_bytes (const unsigned char *seq, unsigned int len) |
| Print a stream of bytes. More... | |
| int | dbg_putchar (int c) |
| Print a character to debug output. More... | |
Function implementations for debug io module.
Definition in file dbg.c.
1.8.6