blackbox/driver/rs232.h@11fabe1f7c40
blackbox/driver/rs232.h
Sun, 28 Oct 2012 18:04:38 +0100
- author
- Malte Bayer <mbayer@neo-soft.org>
- date
- Sun, 28 Oct 2012 18:04:38 +0100
- changeset 106
- 11fabe1f7c40
- parent 103
-
52fd4283cd2c
- permissions
- -rw-r--r--
added dev parameter
#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