Hello,
There are numerous available input/output (I/O) ports on the ESP32 microcontroller. Is it feasible to incorporate a function into the code to utilize one of these I/O ports for connecting RF?
I aim to create a straightforward, single-button controller. Upon pressing the button, it should trigger the following actions:
BUTTON PRESS:
- If motors are enabled, disable them.
- If motors are disabled, enable them.
- Otherwise, take no action.
Appreciate your work on this project!