This commit is contained in:
2021-01-24 20:29:11 +10:00
parent e460b7a2b2
commit 072e9eda3f

View File

@@ -35,4 +35,4 @@ while True:
usb_midi.control_change(cc, cc_val) usb_midi.control_change(cc, cc_val)
led.value(0) # Turn led off led.value(0) # Turn led off
exp_value_previous = exp_value_current exp_value_previous = exp_value_current
print(cc_val) print("Writing CC value " + cc_val)