summaryrefslogtreecommitdiff
path: root/examples/device/hid_composite/src/main.c
AgeCommit message (Collapse)Author
2021-02-09tud_hid_report_complete_cb() APIhathach
update hid composite to make use of tud_hid_report_complete_cb() for sending reports when possible.
2021-02-08add tud_hid_n_gamepad_report() helper for gamepad reporthathach
- Add gamepad to hid_composite example. Though it needs a bit of extra work but it will come later as separated PR.
2021-02-01add consumer control to hid_composite exampleshathach
both no OS and freeRTOS
2020-04-07example clean uphathach
2019-09-11added new example hid_compositehathach