Microchip® Advanced Software Framework

usart.c File Reference

USART driver.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

#include "usart.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...