NextFeedbackCRServo
Parameters
A function returning the backing CRServoImplEx. It will be invoked lazily the first time the servo is accessed.
A function returning the backing AnalogFeedback used to read the feedback angle. Accepts any AnalogFeedback implementation.
Tolerance for the NextCRServo power caching delegate.
Constructor to create a NextFeedbackCRServo using a servo name and an already-constructed AnalogFeedback instance for the feedback input.
Parameters
Hardware map name of the servo.
An already-constructed AnalogFeedback instance to read the angle from.
Tolerance for the NextCRServo power caching delegate.
Constructor to create a NextFeedbackCRServo using a LynxModule and port number for the servo, and an already-constructed AnalogFeedback instance for the feedback input.
Parameters
The Lynx module, see RobotController.controlHub, RobotController.expansionHub, and RobotController.servoHubs.
The servo port (in the range 0, 5).
An already-constructed AnalogFeedback instance to read the angle from.
Tolerance for the NextCRServo power caching delegate.