-
Notifications
You must be signed in to change notification settings - Fork 0
Description
pyreefscape/components/intake.py
Lines 46 to 48 in 391246f
| self.arm_motor = SparkMax(SparkId.INTAKE_ARM, SparkMax.MotorType.kBrushless) | |
| self.encoder = DutyCycleEncoder(DioChannel.INTAKE_ENCODER, math.tau, 0) | |
| configure_through_bore_encoder(self.encoder) |
We have a bunch of breakout boards in the REV order, so this hopefully won't be too hard.
https://docs.revrobotics.com/brushless/spark-max/encoders#absolute-encoders
Things needed:
- 1x data port breakout board
- 1x JST-PH 6-pin cable (of appropriate size)
- code (duh)
Metadata
Metadata
Assignees
Labels
No labels