pinMode (LED, OUTPUT); // Set Arduino board pin 13 to output mySerial.begin(31250); // Initialize the Midi Library. // OMNI sets it to listen to all channels.. MIDI.begin(2) would set it // to respond ...
It would be great if the library also supported connecting the XBee to other digital pins so that the SoftwareSerial library on Arduino could be used. SoftwareSerial has come a long way and is an ...