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,7 @@
#ifndef XBOX_CONTROLLER_H
#define XBOX_CONTROLLER_H
void init_controller(void);
void print_state(void);
#endif