Definition in file debug.c.
#include <avr/io.h>
#include <avr/interrupt.h>
#include "global.h"
#include "debug.h"
#include "rprintf.h"
Go to the source code of this file.
Functions | |
| void | debugPrintHexTable (u16 length, u08 *buffer) |
| Print a part of memory as a formatted hex table with ascii translation. | |
1.4.2