Unit-Synth
https://gyazo.com/a0e05125b65df37bc17da4cf54b61047 https://shop.m5stack.com/products/midi-synthesizer-unit-sam2695
SAM2695
Unit-Synthのbegin(..., RX, TX)
Unit-SynthのGrove端子のNCに入るピンをRXに,INに入るのピンをTXに指定する
Core2
synth.begin(&Serial1, UNIT_SYNTH_BAUD, 33, 32);
NanoC6,M5Cardputer
synth.begin(&Serial1, UNIT_SYNTH_BAUD, 1, 2);