SiMachines
SiMachines
Is there a way to name the device in game controllers menu? At the moment it's called based on how many inputs you have. I would like to change it....
 Device does not show up with the ble name given instead windows generates a name.
### Is there an existing issue for this? - [x] I have searched the existing issues ### Environment Any way to translate full pdf with a single click and replace...
//example usage if (bleGamepad.isConnected()) { bleGamepad.setButtons32(ButtonStates >> 1); // Update all buttons at once, >> 1 if your buttons start with one bleGamepad.setThrottle(throttle); bleGamepad.sendReport(); }