# HID support component for devices using badge-bsp Adds HID support to badge devices having a USB host connector, like Tanmatsu ## License The contents of this repository are made available under the terms of the MIT license, see [LICENSE](LICENSE) for the full license text. ## Usage - call `hid_init()` on startup - call `handle_hid_events()` periodically to handle connect/disconnect events
idf.py add-dependency "hfmanson/hidhost^1.0.0"