This commit is contained in:
2025-01-04 22:50:26 -05:00
parent 9909827e5d
commit b05a921fe5

View File

@@ -40,6 +40,8 @@ static void joystick_show_raw_xy() {
ESP_LOGI("(x,y)", "( %d, %d )", x, y); ESP_LOGI("(x,y)", "( %d, %d )", x, y);
} }
void get_joystick_xy(uint8_t *x, uint8_t *y) {}
static void joystick_task(void *arg) { static void joystick_task(void *arg) {
while (true) { while (true) {