Skip to content

Commit 8c6af01

Browse files
authored
Update SysEx.ino
1 parent f41689f commit 8c6af01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/SysEx/SysEx.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ void loop()
3737
// Listen to incoming notes
3838
MIDI.read();
3939

40-
// send a note every second
41-
// (dont cáll delay(1000) as it will stall the pipeline)
40+
// send a SysEx every second
4241
if ((millis() - t0) > 1000)
4342
{
4443
t0 = millis();

0 commit comments

Comments
 (0)