teletype
monome eurorack module
http://monome.org/docs/modular/teletype
Directories
src: source code for the teletype algorithmmodule:main.cand additional code for the Eurorack module (e.g. IO and UI)tests: algorithm testssimulator: a (very) simple teletype command parser and simulator
Building
See the libavr32 repo for more detailed instructions.
Make sure that the libavr32 submodule is correctly checked out
cd module
make clean
make
./flash.shCode Formatting
To format the code using clang-format, run make format in the project's root directory. This shouldn't format any code in the libavr32 submodule.