sonde/uart.h
2016-04-29 11:30:56 +02:00

4 lines
114 B
C

//asynchronous 8n1 serial transmission per AVR AppNote #305
void SerialPutChar (char);
char SerialGetChar(void);