Hello!
I am creating my own diy controller with arduino uno and rpi5 acting as communicator through BLE. I am making a 2d top down racing game for android where the cars will have a boost. And how much boost the player has left will display on a led strip on the diy controller. I know that in Godot there are 2 functions you can send to a connected controller, one to start vibrating and one to stop the vibrations.
Is there a way to create your own output to the controller, so that i can get the amount of boost a player has?
Any suggestions are helpful. Thanks