mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 12:30:52 +00:00
RC
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user