102:72f5eb420096 | 103:52fd4283cd2c |
---|---|
4 #define RS232_BUFSIZE 10 | 4 #define RS232_BUFSIZE 10 |
5 | 5 |
6 extern void RS232_init(void); | 6 extern void RS232_init(void); |
7 extern void RS232_putc(char c); | 7 extern void RS232_putc(char c); |
8 extern void RS232_puts(char* s); | 8 extern void RS232_puts(char* s); |
9 extern void RS232_puts_p(char* s); | 9 extern void RS232_puts_p(const char* s); |
10 | 10 |
11 | 11 |
12 #endif | 12 #endif |