This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Usb.h> // Librería USB Host Shield V2 | |
#include <usbh_midi.h> // Librería USBH MIDI | |
USB Usb; | |
MIDI Midi(&Usb); | |
/* | |
* Constantes de configuración | |
* La cantidad de notas debe ser igual a la cantidad de LEDs, además las salidas deben soportar PWM | |
*/ |