blackbox/driver/rs232.h@10c78c097d18
blackbox/driver/rs232.h
Thu, 01 Dec 2011 15:31:19 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Thu, 01 Dec 2011 15:31:19 +0100
- changeset 30
- 10c78c097d18
- parent 0
-
9b7de464f0ea
- child 48
-
5bba01aad0a6
- permissions
- -rw-r--r--
shark: bugfix + added a complete trace of the old blackbox
#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