Skip to content

Commit

Permalink
hid_parser: compact single-pass HID Parser to process HID Reports bas…
Browse files Browse the repository at this point in the history
…ed on HID Descriptor
  • Loading branch information
mringwal committed Dec 4, 2017
1 parent ec3d71e commit 12ccb71
Show file tree
Hide file tree
Showing 5 changed files with 965 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/btstack.h
Expand Up @@ -56,6 +56,7 @@
#include "btstack_debug.h"
#include "btstack_defines.h"
#include "btstack_event.h"
#include "btstack_hid_parser.h"
#include "btstack_linked_list.h"
#include "btstack_memory.h"
#include "btstack_memory_pool.h"
Expand Down

0 comments on commit 12ccb71

Please sign in to comment.