Added info and new sections

This commit is contained in:
jakeg00dwin 2025-02-12 16:50:16 -08:00
parent 70db0b9120
commit 776e2130e3
1 changed files with 21 additions and 0 deletions

View File

@ -2,6 +2,27 @@
## Description ## Description
Program for the ATtiny13A that controls a motorized fader by moving into a
saved position read out of EEPROM memory.
## Requirements ## 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 ## Instructions
### Building Hex Files
### Automated Flashing Hex Files
### Running Tests