From 0a9823cea37129b95d6be21065d879e672d08297 Mon Sep 17 00:00:00 2001 From: Ashley Strahle Date: Sat, 30 Jan 2021 18:56:49 +1000 Subject: [PATCH] update --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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