mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
1c15c9207c
2. add esp API for HID 3. add PM config for HID 4. add HID device demo Closes https://github.com/espressif/esp-idf/issues/5311 Closes https://github.com/espressif/esp-idf/issues/5635 Merges https://github.com/espressif/esp-idf/pull/3425 |
||
---|---|---|
.. | ||
main | ||
CMakeLists.txt | ||
Makefile | ||
README.md | ||
sdkconfig.defaults |
Supported Targets | ESP32 |
---|
ESP-IDF HID Device over Bluetooth Classic Demo
Demo of HID Device over Bluetooth Classic.
This turns the device into a mouse, but can be altered to be any kind of HID device.
After loading the code, connect with a computer to a device broadcasting as "HID Mouse Example". The mouse should move left and right while they are connected.