blackbox/driver/rs232.h@9e6feafc19e1
blackbox/driver/rs232.h
Thu, 24 Nov 2011 16:04:30 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Thu, 24 Nov 2011 16:04:30 +0100
- changeset 17
- 9e6feafc19e1
- parent 0
-
9b7de464f0ea
- child 48
-
5bba01aad0a6
- permissions
- -rw-r--r--
added timer0 based car id detection - works only on 50/50 input signal
#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