PDA

View Full Version : libavrutil, a unified AVR programming library



H_two_CO_three
February 16th, 2012, 06:32 PM
EDIT: Updated to support shift register operations and pulse generation/measurement.

Hello folks,

I've just finished the first version if libavrutil, my AVR programming library. Based on the GNU AVR toolchain, it allows common microcontroller tasks to be easily performed.

You can check it out on GitHub: https://github.com/H2CO3/libavrutil

Intended to work with most of the AVR MCUs, but I don't have all of the Atmel uPs, so any contribution increasing unification and integration (and of corse, any other improvements) are welcome.

Enjoy!

Árpád