summaryrefslogtreecommitdiff
path: root/Midi.cpp
AgeCommit message (Collapse)Author
2011-12-04Check serial.available() before trying to readHEADmasterPeter Teichman
The Maple API returns an unsigned char from read(), making the old check for -1 incorrect.
2011-12-04Remove the #include of WConstants.h, not necessary on a MaplePeter Teichman
2011-12-04Initial add of Timothy Twillman's Arduino Midi library 1.2.2Peter Teichman