interface Factory<Hardware>
Interface representing a factory that creates a standard Hardware instance. Most hardware classes will have companion objects implementing this interface.
Hardware - the hardware class created by this Factory
See Also
abstract fun standard(hardwareMap: HardwareMap): Hardware
Creates a standard instance of a hardware class pre-configured for the Titanium Knights Team A robot. |
companion object Companion : Factory<ElevatorExtake> |
|
companion object Companion : Factory<ElevatorIntake> |
|
companion object Companion : Factory<IMUGyro> |