This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * 8-port MIDI Merger for Raspberry Pi Pico | |
| */ | |
| #include <MIDI.h> | |
| // Using UART0 TX for MIDI Out | |
| // MIDI input GPIO pins numbers | |
| #define GP_IN_1 2 // Physical pin 4 |