Changing joystick pins
This commit is contained in:
parent
19b2b3116b
commit
47820385ee
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue