diff --git a/main.py b/main.py index 6508f54..172708a 100644 --- a/main.py +++ b/main.py @@ -49,6 +49,4 @@ while True: uart.write(ustruct.pack("bbb",ControlChange + midi_channel - 1,cc,cc_current)) led.value(0) # Turn led off cc_previous = cc_current - print("Writing Midi Channel: {}, ControlChange: {}, Value {}. Exp Pedal: cur: {}, min: {}, max: {}".format(midi_channel, cc, cc_current, exp_current, exp_min, exp_max)) - # else: - # time.sleep(0.05) \ No newline at end of file + print("Writing Midi Channel: {}, ControlChange: {}, Value {}. Exp Pedal: cur: {}, min: {}, max: {}".format(midi_channel, cc, cc_current, exp_current, exp_min, exp_max)) \ No newline at end of file