Compatible with ESP32? #242
Answered
by
lathoub
vintageradio
asked this question in
Q&A
-
|
For various reasons I need to host my MIDI controller on an ESP32. Is this library compatible? Has anyone gotten it working on an ESP32? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
lathoub
Sep 17, 2021
Replies: 1 comment 1 reply
-
|
ESP32 has 3 UARTs - I'm using Serial1 and Serial2 without an issue. So: yes! Usage: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vintageradio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ESP32 has 3 UARTs - I'm using Serial1 and Serial2 without an issue. So: yes!
(I do not recommend using Serial, as it is already used)
Usage:
MIDI_CREATE_INSTANCE(HardwareSerial, Serial1, MIDI);