blackbox/driver/rs232.h

Thu, 08 Dec 2011 17:14:02 +0100

author
Malte Bayer <mbayer@neo-soft.org>
date
Thu, 08 Dec 2011 17:14:02 +0100
changeset 48
5bba01aad0a6
parent 0
9b7de464f0ea
child 103
52fd4283cd2c
permissions
-rw-r--r--

memsave and implemented minimum slot speed for virtual cars

#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

mercurial