NextFeedbackCRServo
Parameters
initializer
A function returning the backing CRServoImplEx. It will be invoked lazily the first time the servo is accessed.
feedbackName
Hardware map name of the analog input.
cacheTolerance
Tolerance for the NextCRServo power caching delegate.
Constructor to create a NextFeedbackCRServo using a servo name.
Parameters
servoName
Hardware map name of the servo.
feedbackName
Hardware map name of the analog input.
cacheTolerance
Tolerance for the NextCRServo power caching delegate.
Constructor to create a NextFeedbackCRServo using a LynxModule and port number.
Parameters
module
The Lynx module, see RobotController.controlHub, RobotController.expansionHub, and RobotController.servoHubs.
port
The servo port (in the range 0, 5).
feedbackName
Hardware map name of the analog input.
cacheTolerance
Tolerance for the NextCRServo power caching delegate.