]> cloudbase.mooo.com Git - z180-stamp.git/blob - avr/serial.h
New sub dir: avr.
[z180-stamp.git] / avr / serial.h
1 #ifndef SERIAL_H
2 #define SERIAL_H
3
4 void serial_setup(void);
5 void serial_putc(uint8_t);
6 int serial_getc(void);
7
8 #endif /* SERIAL_H */