CircuitPython, adafruit_midi rewrite. USB capable (#4)

This commit is contained in:
2022-09-10 15:46:09 +10:00
committed by GitHub
parent 698aa9315a
commit 2fabd87f69
4 changed files with 117 additions and 25 deletions

4
legacy/README.md Normal file
View File

@@ -0,0 +1,4 @@
# Legacy Notes
This is the original MicroPython version of Pi-PicoExpressionPedal2Midi, and only outputs to UART1 (no USB).
Kept here for reference.