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 e226999fb8 divided some files into h and c, removed temporary "projects" 9 years ago
..
README.md divided some files into h and c, removed temporary "projects" 9 years ago
adc.c divided some files into h and c, removed temporary "projects" 9 years ago
adc.h divided some files into h and c, removed temporary "projects" 9 years ago
arduino_pins.h Cleanup, reorganization 9 years ago
calc.h added unit tests for calc.h 9 years ago
colors.h divided some files into h and c, removed temporary "projects" 9 years ago
debounce.c divided some files into h and c, removed temporary "projects" 9 years ago
debounce.h divided some files into h and c, removed temporary "projects" 9 years ago
hsl.c divided some files into h and c, removed temporary "projects" 9 years ago
hsl.h divided some files into h and c, removed temporary "projects" 9 years ago
lcd.c divided some files into h and c, removed temporary "projects" 9 years ago
lcd.h divided some files into h and c, removed temporary "projects" 9 years ago
linear_fade.h divided some files into h and c, removed temporary "projects" 9 years ago
loops.h yeolde 9 years ago
meta.h Cleanup, reorganization 9 years ago
nsdelay.h hd44780 library, start of snake 9 years ago
pins.h Cleanup, reorganization 9 years ago
ws_rgb.h added lcd snake to projects 9 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.