From 072e9eda3f54455595b544510bc7bd5cd8026d67 Mon Sep 17 00:00:00 2001 From: Ashley Strahle Date: Sun, 24 Jan 2021 20:29:11 +1000 Subject: [PATCH] update --- boot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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