From 776e2130e3fa97310a10e542857b5968549f96b7 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Wed, 12 Feb 2025 16:50:16 -0800 Subject: [PATCH] Added info and new sections --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index c880a06..4baaa81 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,27 @@ ## Description +Program for the ATtiny13A that controls a motorized fader by moving into a +saved position read out of EEPROM memory. + ## Requirements +**Hadware:** + +- ATtiny13A/ATtiny45/ATtiny85. +- usbasp programmer. +- UNIX computer(to use the scripts for automation). + +**Software:** + +- avr-gcc +- avrdude(<=7.0) +- CMAKE(<= 3.20) + ## Instructions + +### Building Hex Files + +### Automated Flashing Hex Files + +### Running Tests