Got controller connected and working, buttons broken

This commit is contained in:
2026-05-15 16:38:57 +12:00
parent 1ff9b657a1
commit 4a06855f4e
7 changed files with 2763 additions and 489 deletions

View File

@@ -0,0 +1,3 @@
idf_component_register(SRCS "xbox_controller.c"
PRIV_REQUIRES bt esp_hid driver mbedtls nvs_flash
INCLUDE_DIRS "include")