Replies: 1 comment 1 reply
-
|
Short answer is yes, but it's not enough to redefine the buttons. It'd require you to rewrite button handling and probably recover according functions in Acidbanger. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can see the pins are all defaulted to 23. Is it possible to re-enable the functionality so it runs within the same ESP instead of using an external arduino?
Maybe something like this:
#define GEN_SYNTH1_BUTTON_PIN 2
#define GEN_SYNTH2_BUTTON_PIN 4
#define GEN_NOTES_BUTTON 8
#define GEN_DRUM_BUTTON 9
#define PLAY_BUTTON 10
#define MEM1_BUTTON 11
#define MEM2_BUTTON 12
#define MEM3_BUTTON 13
#define MEM4_BUTTON 14
#define MEM5_BUTTON 15
you would also need to scan the buttons for proper functionality.. has anybody tried it?
Beta Was this translation helpful? Give feedback.
All reactions