You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#if defined(ARDUINO_ARCH_MBED_RP2040)|| defined(ARDUINO_ARCH_RP2040)
///// joystick reader pins /////
byte JOY_X_PIN = A2; // Analog input pin that the left-right potentiometer is attached to
byte JOY_Y_PIN = A0; // Analog input pin that the forwards-backwards potentiometer is attached to
///// drive controller pins /////
byte LEFT_MOTOR_CONTROLLER_PIN = 3;
byte RIGHT_MOTOR_CONTROLLER_PIN = 4;
byte SPEED_KNOB_PIN = A1;
byte BUTTON_MODE_PIN = 2; // can turn button control mode on and off
joshua-8
changed the title
pico has 3 analog pins so it either needs a special case or documentation needs to be updated for everything
document that pico uses different pins
Sep 22, 2024
The text was updated successfully, but these errors were encountered: