This repository implements an HID device for the Virtual Shifting project.
Development is based on the following Espressif example repositories:
- ble_hid_device_demo Note: I had to use the master branch version because the last stable version is not compatible with Android 13 version
- button_power_save
Building and flashing this project is the same as with other projects based on the IDF-ESP framework.
Please review this link; if you are able to build and flash the getting started example, you can do the same with this code. :-)