USART driver header file.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
#include "avr_compiler.h"
Functions | |
uint8_t | usart1_getchar (void) |
Function to get a char from the USART if it is ready. More... | |
int | usart1_putchar (int c) |
Function to transmit a char using USART1 if it is ready. More... | |