sonde/debug.h
2016-04-29 11:30:56 +02:00

7 lines
119 B
C

#include "uart.h"
#include <stdint.h>
#define DEBUG 1
void debug (char* ptr);
void debughex (char* ptr,uint8_t len);