-
Notifications
You must be signed in to change notification settings - Fork 57
Home
andygock edited this page Feb 29, 2012
·
5 revisions
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.
Original library (Peter Fluery): http://homepage.hispeed.ch/peterfleury/avr-software.html
Updated library (Tim Sharpe): http://beaststwo.org/avr-uart/index.shtml