|
Contiki 3.x
|
Files | |
| file | dbg.c |
| Function implementations for debug io module. | |
| file | dbg.h |
| Header file for the debug module. | |
| file | debug-uart.h |
| A header file to maintain compatibility with DBG I/O. | |
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... | |
| int dbg_putchar | ( | int | c | ) |
Print a character to debug output.
| c | Character to print |
Definition at line 63 of file dbg.c.
Referenced by dbg_send_bytes().
1.8.6