const int DEBOUNCE_DELAY = 100; // Debounce delay for buttons - can be adjusted if button reacts to fast/slow const int DEBOUNCE_DELAY_V = 30; // Debounce delay for potmeter - can be adjusted if ...