Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document that esp32 uses different pins #44

Open
2 tasks
joshua-8 opened this issue Sep 22, 2024 · 0 comments
Open
2 tasks

document that esp32 uses different pins #44

joshua-8 opened this issue Sep 22, 2024 · 0 comments

Comments

@joshua-8
Copy link
Member

  • update pins in the code if the first esp32 go baby go car uses different pins for a good reason
  • update documentation for which pins the esp32 uses
///// joystick reader pins /////
byte JOY_X_PIN = 39;  // Analog input pin that the left-right potentiometer is attached to
byte JOY_Y_PIN = 35;  // Analog input pin that the forwards-backwards potentiometer is attached to

///// drive controller pins /////
byte LEFT_MOTOR_CONTROLLER_PIN = 18;
byte RIGHT_MOTOR_CONTROLLER_PIN = 21;

byte SPEED_KNOB_PIN = 33;

byte BUTTON_MODE_PIN = 23; // can turn button control mode on and off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant