Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Uart Liblary for avr
no vote
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.  *  *  The UART_RX_BUFFER_SIZE and UART_TX_BUFFER_SIZE constants define  *  the size of the circular buffers in bytes. Note that these constants must be a power of 2.  *  You may need to adapt this constants to your target and your application by adding   *  CDEFS += -DUART_RX_BUFFER_SIZE=nn -DUART_RX_BUFFER_SIZE=nn to your Makefile.  *  *  @note Based on Atmel Application Note AVR306  *  @author Peter Fleury pfleury@gmx.ch  http://jump.to/fleury
michaljanik
2016-08-23
1
1
No more~