esp-idf/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device
liqigan 1c15c9207c 1. transparent HID device
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
2021-09-07 16:59:30 +08:00
..
main
CMakeLists.txt
Makefile
README.md
sdkconfig.defaults

README.md

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.