File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
// All other Arduinos: Connect pins 2 and 3.
8
8
// The program will then wait for 100 loops and print the results.
9
9
10
- #if defined(ARDUINO_SAM_DUE) || defined(USBCON) || defined(ARDUINO_NANO33BLE )
10
+ #if defined(ARDUINO_SAM_DUE) || defined(USBCON) || defined(ARDUINO_ARDUINO_NANO33BLE) || defined(ESP32 )
11
11
// Print through USB and bench with Hardware serial
12
12
MIDI_CREATE_INSTANCE (HardwareSerial, Serial1, midiBench);
13
13
#else
Original file line number Diff line number Diff line change 9
9
#if defined(ARDUINO_SAM_DUE)
10
10
MIDI_CREATE_INSTANCE (HardwareSerial, Serial, midiA);
11
11
MIDI_CREATE_INSTANCE (HardwareSerial, Serial1, midiB);
12
- #elif defined(ARDUINO_SAMD_ZERO) || defined(ARDUINO_NANO33BLE )
12
+ #elif defined(ARDUINO_SAMD_ZERO) || defined(ARDUINO_ARDUINO_NANO33BLE) || defined(ESP32 )
13
13
MIDI_CREATE_INSTANCE (Serial_, SerialUSB, midiA);
14
14
MIDI_CREATE_INSTANCE (HardwareSerial, Serial1, midiB);
15
15
#elif defined(USBCON) || defined(__MK20DX128__) || defined(__MK20DX256__) || defined(__MKL26Z64__)
You can’t perform that action at this time.
0 commit comments