blackbox/driver/rs232.h@f910ad6ed0b6
blackbox/driver/rs232.h
Wed, 26 Jun 2013 11:11:04 +0200
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Wed, 26 Jun 2013 11:11:04 +0200
- changeset 140
- f910ad6ed0b6
- parent 103
-
52fd4283cd2c
- permissions
- -rw-r--r--
client binary protocol implementation
#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(const char* s);
#endif