diff --git a/boot.py b/boot.py index a8c13b9..6462fa4 100644 --- a/boot.py +++ b/boot.py @@ -35,4 +35,4 @@ while True: usb_midi.control_change(cc, cc_val) led.value(0) # Turn led off exp_value_previous = exp_value_current - print(cc_val) \ No newline at end of file + print("Writing CC value " + cc_val) \ No newline at end of file