We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdaffc commit 06a1b8fCopy full SHA for 06a1b8f
examples/SysEx_Send/SysEx_Send.ino
@@ -4,6 +4,10 @@
4
//#include <hardware/BLEMIDI_ESP32.h>
5
//#include <hardware/BLEMIDI_ArduinoBLE.h>
6
7
+#ifndef LED_BUILTIN
8
+#define LED_BUILTIN 2
9
+#endif
10
+
11
byte sysex4[] = { 0xF0, 0x43, 0x20, 0xF7 };
12
byte sysex5[] = { 0xF0, 0x43, 0x20, 0x7E, 0xF7 };
13
byte sysex6[] = { 0xF0, 0x43, 0x20, 0x7E, 0x4C, 0xF7 };
0 commit comments