Synergia AVR 0.1
|
Interrupt UART library for Atmega128 using the built-in UART with transmit and receive circular buffers. More...
Classes | |
struct | BufferItem |
class | Buffer |
class | Usart |
Defines | |
#define | USART_BAUD 9600L |
#define | USART_BAUD 9600L |
#define | USART_BAUD 9600L |
#define | USART_BAUD 9600L |
Interrupt UART library for Atmega128 using the built-in UART with transmit and receive circular buffers.
This library can be used to transmit and receive data through the built in UART.
An interrupt is generated when the UART has finished transmitting or receiving a byte. The interrupt handling routines use circular buffers for buffering received and transmitted data.
#define USART_BAUD 9600L |
#define USART_BAUD 9600L |
#define USART_BAUD 9600L |