LED board done

This commit is contained in:
Hay1tsme
2022-01-04 00:10:46 -05:00
parent 93db71df54
commit 82f6daf2c6
7 changed files with 17 additions and 162 deletions

View File

@ -10,7 +10,7 @@ struct mercury_dll {
HRESULT (*poll)(void);
void (*get_opbtns)(uint8_t *opbtn);
void (*get_gamebtns)(uint16_t *player1, uint16_t *player2);
HRESULT (*elisabeth_init)(void);
HRESULT (*touch_init)(void);
};
struct mercury_dll_config {