Add menu options for using cv input as Clock Run/Reset (#25)

Reviewed-on: https://git.pinkduck.xyz/awonak/libGravity/pulls/25
This commit is contained in:
2025-08-10 00:25:06 +00:00
parent 872af30fbc
commit 1161da38c1
7 changed files with 91 additions and 5 deletions

View File

@ -76,6 +76,8 @@ class StateManager {
byte selected_channel;
byte selected_source;
byte selected_pulse;
byte cv_run;
byte cv_reset;
ChannelState channel_data[Gravity::OUTPUT_COUNT];
};