bdk: joycon: refactor driver

This commit is contained in:
CTCaer
2022-05-09 05:32:32 +03:00
parent 62d68b33c3
commit 9f30c51bd1
2 changed files with 208 additions and 215 deletions

View File

@@ -89,7 +89,6 @@ typedef struct _jc_gamepad_rpt_t
jc_bt_conn_t bt_conn_r;
} jc_gamepad_rpt_t;
void jc_power_supply(u8 uart, bool enable);
void jc_init_hw();
void jc_deinit();
jc_gamepad_rpt_t *joycon_poll();