Initial commit for midi. Midi out is working, Midi In is still a work in progress.

This commit is contained in:
2025-06-01 22:53:51 -07:00
parent 20f65d9bdf
commit 8cf64fefca
3 changed files with 75 additions and 6 deletions

View File

@ -25,6 +25,7 @@
#define EXT_PIN 2
#define CV1_PIN A7
#define CV2_PIN A6
#define PULSE_OUT_PIN 3
// Button pins
#define SHIFT_BTN_PIN 12