ESP32-BLE-Gamepad
ESP32-BLE-Gamepad copied to clipboard
How to send an int value to ESP32 as gamepad from Python or C program
I'd like to ask if there's a way to send an int value from a Python or C program to the ESP32, while it's working as a gamepad. Specifically, I want to know if there's a method for achieving this using the existing codebase or if I would need to modify it. Any guidance on how to accomplish this would be much appreciated.