Skip to content

Commit 183545d

Browse files
authored
Update README.md
1 parent f3d856c commit 183545d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@ This will also install [FortySevenEffects MIDI library](https://github.com/Forty
3434
#include <Ethernet.h>
3535
#include <AppleMIDI.h>
3636

37+
byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };
38+
3739
APPLEMIDI_CREATE_DEFAULTSESSION_INSTANCE();
3840

3941
void setup()
4042
{
43+
Ethernet.begin(mac);
44+
4145
MIDI.begin(); // listens on channel 1
4246
}
4347

0 commit comments

Comments
 (0)