From a53e73328e714d989b282ad56e4f0627f7796aaa Mon Sep 17 00:00:00 2001 From: Gustavo Silveira Date: Thu, 15 Sep 2022 12:19:43 -0300 Subject: [PATCH] code updaed --- .../en-DIY_midi_controller/en-DIY_midi_controller.ino" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/Code - c\303\263digo/en-DIY_midi_controller/en-DIY_midi_controller.ino" "b/Code - c\303\263digo/en-DIY_midi_controller/en-DIY_midi_controller.ino" index c81d8d3..5d41b19 100644 --- "a/Code - c\303\263digo/en-DIY_midi_controller/en-DIY_midi_controller.ino" +++ "b/Code - c\303\263digo/en-DIY_midi_controller/en-DIY_midi_controller.ino" @@ -24,7 +24,7 @@ // "DEBUG" if you just want to debug the code in the serial monitor // you don't need to comment or uncomment any MIDI library below after you define your board -#define ATMEGA32U4 1 //* put here the uC you are using, like in the lines above followed by "1", like "ATMEGA328 1", "DEBUG 1", etc. +#define DEBUG 1 //* put here the uC you are using, like in the lines above followed by "1", like "ATMEGA328 1", "DEBUG 1", etc. ///////////////////////////////////////////// // LIBRARIES