Skip to content

Commit

Permalink
new ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Sir-Encoded committed Jan 27, 2025
1 parent 9d475c3 commit 80593e2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions include/deviceGlobals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ inline pros::Controller controller(pros::E_CONTROLLER_MASTER);
// inline pros::MotorGroup rightDrive({-12, 13, -17});

// v1
inline pros::MotorGroup leftDrive({11, -12, -13});
inline pros::MotorGroup rightDrive({18, -19, 20});
inline pros::MotorGroup leftDrive({4, -3, -5});
inline pros::MotorGroup rightDrive({7, -10, 8});

// Intake
inline pros::MotorGroup intake({-17, -8});
inline pros::MotorGroup intake({-9, -20});
inline pros::Motor wallStake(21);

// Pneumatics
inline pros::adi::Pneumatics clampPiston('A', false);
inline pros::adi::Pneumatics doinkerPiston('B', false);

/* Declare sensors */
inline pros::Optical optical(2);
inline pros::Optical optical(19);
inline pros::Imu inertial1(17);
inline pros::Imu inertial2(15);
inline pros::Rotation wallStakeRotationSensor(10);
inline pros::Rotation wallStakeRotationSensor(11);

inline pros::Rotation verticalEncoder(4);
inline pros::Rotation horizontalEncoder(-5);
inline pros::Rotation verticalEncoder(1);
inline pros::Rotation horizontalEncoder(-14);
//hello world it is 210K secret note iykyk :D
// horizontal tracking wheel
inline lemlib::TrackingWheel vertical_tracking_wheel(&verticalEncoder, lemlib::Omniwheel::NEW_275, 0.44);
Expand Down

0 comments on commit 80593e2

Please sign in to comment.