In the avr-lib manual they present a uart.h file that has functions to talk to the serial port. When I #include this file in my code it cant be found by the compiler. Is this file part of the avr-lib?
6.38.3.7 uart.h Public interface definition for the RS-232 UART driver, much like in lcd.h except there is now also a character input function available.
As the RS-232 input is line-buffered in this example, the macro RX_BUFSIZE determines the size of that buffer.
My code:
#include#include #include #include