Add Intake to robotmap and constants

Co-Authored-By: 76842 <90875734+76842@users.noreply.github.com>
This commit is contained in:
Ryan Manley
2022-01-21 19:00:11 -07:00
parent 3b8aca334e
commit 9112c87156
3 changed files with 14 additions and 5 deletions
@@ -41,7 +41,7 @@ public class RobotContainer {
m_robotMap.rightBackEncoder
);
private final Intake m_robotIntake = new Intake(null, null);
private final Intake m_robotIntake = new Intake(m_robotMap.intakeMotor, m_robotMap.extenderMotor);
private final Serializer m_robotSerializer = new Serializer(m_robotMap.serializerBelt, m_robotMap.serializerShooterBelt);
private final LED m_robotLED = new LED(m_robotMap.LEDController);