5 #include <avr/pgmspace.h>
12 for(i = 0; i < 1; ++i) {
17 static char buffer[40];
18 static const char hextab[]
PROGMEM =
19 {
'0',
'1',
'2',
'3',
'4',
'5',
'6',
'7',
'8',
'9',
'a',
'b',
'c',
'd',
'e',
'f'};
22 print_buffer(
unsigned char len)
26 for(i = 0; i < len; ++i) {
33 debug_print8(
unsigned char v)
46 debug_print16(
unsigned short v)
63 debug_print(
char *str)