DD2-monitor/serial/serial.h

9 lines
85 B
C

/*
* serial.h
*/
int prepare_UART(char *port, int bauds);
int getbyte(int fd);