Two part question:
- What pin is the momentary GPIO0 / change pattern button on?
- If I digitalWrite that pin to HIGH or LOW, could I fake a button press?
Backstory: I am going to have to place my PB in a location that cannot be easily reached and would love to have an accessible analog button to quickly change patterns if a phone is also not accessible. If I understand my own logic correctly, I will have to add a function to every pattern to both read the analog button state and then when that state changes, set that GPIO0 pin to fake a change-pattern button press.