Collection of simple libraries for driving various hardware from AVR MCUs | BSD-0 license
| .gitignore | ||
| 28bjy48.c | ||
| 28bjy48.h | ||
| dht11.c | ||
| dht11.h | ||
| hd44780.c | ||
| hd44780.h | ||
| LICENSE | ||
| README.md | ||
AVR drivers
collection of simple libraries for driving various hardware from AVR MCUs
This repo is intended to be used as a submodule of your project, simply run
git submodule add 'https://github.com/0Ekho/avr_drivers' avr_drivers
Examples for usage are included near the top of the .c files, files are named after the device they are intended to drive.