This is a arduino mega2560 project for a diy dj controller aimed to be compatible with the open source Mixxx Software.
- You need platformio installed. A
pip install platformio
should do the job for you. - Clone & cd into this repository, run
platformio run
to build this project. It should automatically download needed dependencies. - With
platformio run -t upload
you can upload the compiled firmeware to your connected arduino. - With
platformio run -t clean
you can clean the build. - By uncommenting the
#define DEBUG
line indebug.h
you can enable debug output. To get a serial monitor you can runplatformio device monitor
.