Changing joystick pins

This commit is contained in:
Ulysse Cura 2025-05-27 18:35:06 +02:00
parent 19b2b3116b
commit 47820385ee
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@ typedef struct button_def_t {
extern const button_def_t BUTTONS_DEFS[];
#define JOYSTICK_X_AXIS_PIN 26
#define JOYSTICK_X_AXIS_PIN 28
#define JOYSTICK_Y_AXIS_PIN 27
#define JOYSTICK_X_AXIS_ADC_INPUT 0
#define JOYSTICK_X_AXIS_ADC_INPUT 2
#define JOYSTICK_Y_AXIS_ADC_INPUT 1
typedef struct inputs_buffer_t {