mirror of
https://github.com/ashstrahle/Pi-Pico-ExpressionPedal2Midi.git
synced 2025-12-31 19:49:51 +10:00
update
This commit is contained in:
2
boot.py
2
boot.py
@@ -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)
|
||||||
Reference in New Issue
Block a user