Some old AVR projects
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.
 
 
 
 
 
 
Ondřej Hruška eecf4dba81 Added readmes to projects 12 years ago
..
README.md reorg 12 years ago
adc.c reorg 12 years ago
adc.h reorg 12 years ago
arduino_pins.h reorg 12 years ago
calc.h reorg 12 years ago
colors.h reorg 12 years ago
debounce.c reorg 12 years ago
debounce.h reorg 12 years ago
hsl.c Added readmes to projects 12 years ago
hsl.h Added readmes to projects 12 years ago
lcd.c reorg 12 years ago
lcd.h reorg 12 years ago
loops.h reorg 12 years ago
meta.h reorg 12 years ago
nsdelay.h reorg 12 years ago
pins.h reorg 12 years ago
ws_rgb.h reorg 12 years ago

README.md

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.

You may need to add "c" files to your makefile for some of the library files.