Skip to content

Commit 1375b0b

Browse files
committed
doc: Update URL
1 parent 116dba1 commit 1375b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Callbacks/Callbacks.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MIDI_CREATE_DEFAULT_INSTANCE();
77
// This function will be automatically called when a NoteOn is received.
88
// It must be a void-returning function with the correct parameters,
99
// see documentation here:
10-
// http://arduinomidilib.fortyseveneffects.com/a00022.html
10+
// https://github.com/FortySevenEffects/arduino_midi_library/wiki/Using-Callbacks
1111

1212
void handleNoteOn(byte channel, byte pitch, byte velocity)
1313
{

0 commit comments

Comments
 (0)