Arduino應用
code: #include #include "LedControl.h" int led = 13; LedControl lc=LedControl(12,11,10,1); void sysexCallback(byte command, byte argc, byte *argv){ //F0 00 01 02 03 04 05 06 07 08 F7 Serial.print((int)command); Serial.println((int)*argv); if ......