2025-02-10 18:35:53 +00:00
|
|
|
# Motorized Fader
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2025-02-13 00:50:16 +00:00
|
|
|
Program for the ATtiny13A that controls a motorized fader by moving into a
|
|
|
|
saved position read out of EEPROM memory.
|
|
|
|
|
2025-02-10 18:35:53 +00:00
|
|
|
## Requirements
|
|
|
|
|
2025-02-13 00:50:16 +00:00
|
|
|
**Hadware:**
|
|
|
|
|
|
|
|
- ATtiny13A/ATtiny45/ATtiny85.
|
|
|
|
- usbasp programmer.
|
|
|
|
- UNIX computer(to use the scripts for automation).
|
|
|
|
|
|
|
|
**Software:**
|
|
|
|
|
|
|
|
- avr-gcc
|
|
|
|
- avrdude(<=7.0)
|
|
|
|
- CMAKE(<= 3.20)
|
|
|
|
|
2025-02-10 18:35:53 +00:00
|
|
|
## Instructions
|
2025-02-13 00:50:16 +00:00
|
|
|
|
|
|
|
### Building Hex Files
|
|
|
|
|
|
|
|
### Automated Flashing Hex Files
|
|
|
|
|
|
|
|
### Running Tests
|