avr-firmwares/uart.h

5 lines
78 B
C

#include <stdint.h>
uint8_t uart_getc();
uint8_t uart_putc(unsigned char c);