Skip to content

Commit 4c2bc8e

Browse files
committed
linting
1 parent 9cd344a commit 4c2bc8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MIDI_Melody_Maker/code.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@
114114
# USB MIDI:
115115
# midi = adafruit_midi.MIDI(midi_out=usb_midi.ports[1], out_channel=0)
116116
# UART MIDI:
117-
midi = adafruit_midi.MIDI(midi_out=busio.UART(board.TX, board.RX, baudrate=31250, timeout=0.001), out_channel=0)
117+
midi = adafruit_midi.MIDI(midi_out=busio.UART(board.TX, board.RX,
118+
baudrate=31250, timeout=0.001), out_channel=0)
118119

119120
# potentiometer pin setup
120121
key_pot = AnalogIn(board.A1)

0 commit comments

Comments
 (0)