?lang_form? ?lang_select? ?lang_submit? ?lang_endform?
{HEADER END}
{BLAME START}

library

?curdirlinks? -

Blame information for rev 6

Line No. Rev Author Line
1 6 kaklik  
2  
3 #ifndef _DEBUG_H
4 #define _DEBUG_H
5  
6 #include <avr/pgmspace.h>
7 #include "global.h"
8  
9 #define DEBUG_MODE_LCD 0x01
10 #define DEBUG_MODE_SERIAL 0x02
11 #define DEBUG_MODE_OSC 0x04
12  
13 void debugInitLCD(u08 x, u08 y);
14  
15 void debugInitOSC(void);
16  
17 void debug(const char * fmt);
18  
19 void debugFlash(u08 port, u08 pin);
20  
21 #endif
22  
{BLAME END}
{FOOTER START}

Powered by WebSVN v2.8.3