generated from TDD-Templates/cmake_cpputest_template_avr
|
||
---|---|---|
.template_files | ||
build | ||
docs | ||
inc | ||
mocks | ||
src | ||
tests | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
Doxyfile | ||
README.md | ||
avr-gcc-toolchain.cmake | ||
compile_commands.json | ||
otto.sh | ||
setup.sh |
README.md
Motorized Fader
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)