ricardoquesada / bluepad32

Bluetooth gamepad, mouse and keyboard support for ESP32 and PicoW
https://bluepad32.readthedocs.io/
Other
503 stars 53 forks source link

bluepad32 arduino library should be open source #78

Closed mkornmue closed 4 months ago

mkornmue commented 4 months ago

Is it possible to get the Arduino Package as an open source package? Cause now every c code is integrated as Lib.

It would be nice so that I can adapt a few things for my usage.

Please give advice if there is another possibility how i can get Bluepad32 as full open source Lib into Arduino IDE, thx!

ricardoquesada commented 4 months ago

Bluepad32 / BTstack are pre-compiled for Arduino IDE... but you can generate your own build with your custom chanages.

https://github.com/ricardoquesada/esp32-arduino-lib-builder/tree/release/v4.4

(checkout the release/v4.4 branch).

Read the README.md... and try to follow those steps...

In any case, it might be better to offer the lib outside it, but it is not that trivial

mkornmue commented 4 months ago

That sounds good! I will try that. But i am still having the issue that the parser for the dualsense is not reporting battery percent level. Can you add that for future release?

ricardoquesada commented 4 months ago

could you file a bug for it ?ty