Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
btsdk-hid/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17 lines (11 sloc)
543 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# btsdk-hid | |
### Overview | |
This repo contains HID libraries. The libraries included in this repo are: | |
COMPONENT_hidd_lib2<br/> | |
* Bluetooth® Low Energy HID Device library for legacy devices that uses btstack version 1<br/> | |
COMPONENT_hidd_lib<br/> | |
* Bluetooth® Low Energy HID Device library devices that uses either btstack version 1 or version 3<br/> | |
* Uses COMPONENT_gatt_utils_lib | |
COMPONENT_hidh_lib<br/> | |
* Bluetooth® Low Energy HID Host library for devices that uses btstack version 3<br/> | |
* Uses COMPONENT_gatt_utils_lib |