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 03658ad213 added lcd snake to projects 10 years ago
..
README.md added unit tests for calc.h 10 years ago
adc.h macros for rendering array in WS strip, ADC lib, testing radnom 10 years ago
arduino_pins.h Cleanup, reorganization 10 years ago
calc.h added unit tests for calc.h 10 years ago
colors.h functional memory ganme!!! 10 years ago
debounce.h added unit tests for calc.h 10 years ago
lcd.h added lcd snake to projects 10 years ago
loops.h yeolde 10 years ago
meta.h Cleanup, reorganization 10 years ago
nsdelay.h hd44780 library, start of snake 10 years ago
pins.h Cleanup, reorganization 10 years ago
ws_rgb.h added lcd snake to projects 10 years ago
yeolde.h hd44780 library, start of snake 10 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.