blackbox/driver/rs232.h@4af697fa5ea9
blackbox/driver/rs232.h
Sat, 03 Dec 2011 09:16:39 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Sat, 03 Dec 2011 09:16:39 +0100
- changeset 26
- 4af697fa5ea9
- parent 0
-
9b7de464f0ea
- child 48
-
5bba01aad0a6
- permissions
- -rw-r--r--
added some communication definitions
#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