tttapa / Control-Surface

Arduino library for creating MIDI controllers and other MIDI devices.
GNU General Public License v3.0
1.28k stars 140 forks source link

conversion from 'HWCDC' to non-scalar type 'CS::HardwareSerialMIDI_Interface' requested #895

Open thirstyone opened 1 year ago

thirstyone commented 1 year ago

The code is as simple as this: https://forum.arduino.cc/t/easiest-esp32-din5-serial-midi-to-ble/650534 Target board is Lolin C3 mini

tttapa commented 1 year ago

Serial is not a hardware serial port on the C3. Try Serial1 instead.

thirstyone commented 1 year ago

thanks a lot! this helped!