initial commit

This commit is contained in:
2025-08-13 06:37:47 -04:00
commit 77fe11c758
19 changed files with 1728 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef BT_DEVICE_H_
#define BT_DEVICE_H_
void btstack_main(void);
void update_desc_hid_report(void);
#endif