Servo

public Servo Servo(HardwareMap hMap, String id, Angle range, NanoClock clock)
public Servo Servo(HardwareMap hMap, String id, Angle range)
public Servo Servo(HardwareMap hMap, String id)

Parameters

hMap

the hardware map from the OpMode

id

the device id from the RC config

range

the range of the servo


public Servo Servo(Servo servo, Angle range, NanoClock clock)
public Servo Servo(Servo servo, Angle range)
public Servo Servo(Servo servo)

Parameters

servo

the servo for this wrapper to use

range

the range of the servo