#include <io.h>
#include <stdarg.h>
#include "debug.h"
#include "lcd.h"
#include "rprintf.h"
#include "timer.h"
#include "osc.h"
Go to the source code of this file.
Functions | |
void | debugInitLCD (u08 x, u08 y) |
void | debugInitOSC (void) |
void | debug (const char PROGMEM *fmt) |
void | debugFlash (const u08 port, const u08 pin) |
Variables | |
u08 | debugMode = 0 |
u08 | lcdDebugX |
u08 | lcdDebugY |
|
|
|
|
|
|
|
|
|
|
|
|
|
|