Skip to content
andygock edited this page Feb 29, 2012 · 5 revisions

AVR UART C Library

This is public download location of the avr-uart library.

It is an interrupt driven UART library with receive/transmit circular buffers, based on the original library by Peter Fluery, with updates by Tim Sharpe.

It adds support for:

  • Devices with 4 USARTs.
  • Each USART can be enabled or disabled.
  • Fixed a few bugs from Tim's library.

Links

Original library (Peter Fluery): http://homepage.hispeed.ch/peterfleury/avr-software.html

Updated library (Tim Sharpe): http://beaststwo.org/avr-uart/index.shtml

Clone this wiki locally