Factory
interface Factory<Hardware>
Interface representing a factory that creates a standard Hardware instance. Most hardware classes will have companion objects implementing this interface.
com.qualcomm.robotcore.hardware.DcMotor