Add deeper simulation of USB midi
This commit is contained in:
parent
2d034b6369
commit
3d38f50d98
6 changed files with 96 additions and 59 deletions
|
@ -26,7 +26,8 @@ extern Adafruit_SSD1306 display;
|
|||
extern Adafruit_MPR121 touchSensor;
|
||||
SimWire Wire;
|
||||
SimSerial Serial;
|
||||
|
||||
SimSerial Serial3; //Midi
|
||||
SimUsbMidi usbMIDI;
|
||||
|
||||
static const int scale = 3;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue