blackbox/driver/rs232.h@361bc4602cf7
blackbox/driver/rs232.h
Fri, 09 Dec 2011 14:08:24 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Fri, 09 Dec 2011 14:08:24 +0100
- changeset 59
- 361bc4602cf7
- parent 48
-
5bba01aad0a6
- child 103
-
52fd4283cd2c
- permissions
- -rw-r--r--
added fuel management to blackbox, cars dont get stuck at the moment
#ifndef __RS232_H__
#define __RS232_H__
#define RS232_BUFSIZE 10
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