Files
ESP32-BLE-Gamepad/examples/SingleButton
lemmingDev 3018600dbd 32 buttons and X,Y,Z and rZ axes are now 16 bit
Library now supports 32 buttons
X,Y,Z and rZ axes are now 16 bit int16_t (-32767 to 32767) instead of 8 bit (-127 to 127)

If you're upgrading, remember to account for this when setting your axes values
2020-11-28 13:43:27 +10:00
..