This uses pycaw and does therefore only work on Windows unless i find a good way to implement it on Linux, MacOS, etc.
- Download arduino-sketch.ino.
- Edit arduino-sketch.ino to add or remove analog pins from
potInputs[]to match your pin setup. - Upload arduino-sketch.ino to your Arduino.
- Download both files from python directory.
- Edit settings.yaml to fit your setup.
- Install requirements with
pip install -r requirements.txt