Skip to content

Commit c326953

Browse files
author
ladyada
committed
simpler
1 parent 24824a5 commit c326953

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/midi_simpletest.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import time
22
import random
3-
from Adafruit_CircuitPython_MIDI.adafruit_midi import MIDI
4-
import usb_midi
3+
import adafruit_midi
54

6-
midi = MIDI(out_channel=0)
5+
midi = adafruit_midi.MIDI(out_channel=0)
76

87
print("Midi test")
98

0 commit comments

Comments
 (0)