From 0203732ec3037634bb6774ade1ab99157dbcb129 Mon Sep 17 00:00:00 2001 From: Wilhelm Westermark Date: Sat, 12 Nov 2016 02:25:42 +0100 Subject: [PATCH] Added README --- AVR/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 AVR/README.md diff --git a/AVR/README.md b/AVR/README.md new file mode 100644 index 0000000..394b4db --- /dev/null +++ b/AVR/README.md @@ -0,0 +1,14 @@ +These are the files needed to run the AVR that outputs to some GPIO port + +I included my avrdude.conf for easy building. It has a few neat tidbits that the stock one does not. + +On a Debian system you need: +avrdude +gcc-avr +Probably some obscure -dev package I forgot. + +To compile, make sure you have the correct fuse bits set in the makefile, as well as the correct model for the AVR, as well as a USBASP or other relevant programmer. + +Compile: +make +sudo make program