compatibility libraries

Hi guys, I wanted to know if the libraries Arduino one, for example: liquid-crystal, midi, shiftin, shitout etc.
are compatible with Arduino due?
thanks :slight_smile:

all i can confirm is that the midi library has a hardware serial issue with the following debug message.
midi::MidiInterface<HardwareSerial>::begin(unsigned char)': /Users/mubase/Documents/Arduino/libraries/MIDI/MIDI.hpp:77: warning: undefined reference to HardwareSerial::begin(unsigned long)'
i believe they are trying to fix it (info available at http://fortyseveneffects.com/)

  • if that is any help
    :frowning:

the midi library needs IDE 1.5.6r2 to work with the DUE, sorry my mistake (but not on 1.5.3)