Collection of simple libraries for driving various hardware from AVR MCUs | BSD-0 license
Find a file
2019-06-14 06:41:02 +00:00
.gitignore init 2019-02-26 16:07:48 +00:00
28bjy48.c Add function to disable stepper 2019-05-19 20:05:29 +00:00
28bjy48.h Add function to disable stepper 2019-05-19 20:05:29 +00:00
dht11.c rewrite to use timer, many improvements 2019-06-14 06:41:02 +00:00
dht11.h rewrite to use timer, many improvements 2019-06-14 06:41:02 +00:00
hd44780.c Fix misspelled words 2019-05-08 09:00:47 +02:00
hd44780.h Fix misspelled words 2019-05-08 09:00:47 +02:00
LICENSE correct year in LICENSE 2019-02-26 16:14:11 +00:00
README.md add readme 2019-02-27 12:02:46 +00:00

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.