You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
383 B
11 lines
383 B
10 years ago
|
AVR utils library
|
||
|
=================
|
||
|
|
||
|
This is my ever-evolving library (not only) for AVR programming.
|
||
|
|
||
|
When I'm done with a project, I copy the current library to the project, so it doesn't break when I do further improvements.
|
||
|
|
||
|
Each library file contains a large comment block explaining it's function.
|
||
10 years ago
|
|
||
|
You may need to add "c" files to your makefile for some of the library files.
|