diff -r 000000000000 -r 9b7de464f0ea blackbox/driver/rs232.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/blackbox/driver/rs232.h Mon Nov 14 20:31:32 2011 +0100 @@ -0,0 +1,12 @@ +#ifndef __RS232_H__ +#define __RS232_H__ + +#define RS232_BUFSIZE 15 + +extern void RS232_init(void); +extern void RS232_putc(char c); +extern void RS232_puts(char* s); +extern void RS232_puts_p(char* s); + + +#endif \ No newline at end of file