]> cloudbase.mooo.com Git - z180-stamp.git/blob - stm32/serial.h
Interrupt driven Serial I/O, msg-fifo, do_msg..., debug msgs
[z180-stamp.git] / stm32 / 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 */