MonguConfig

interface MonguConfig<T : Any>

Interface for motor configuration that includes control mappings.

This interface defines configuration application for motors or devices of type T.

Parameters

T

The type of the motor or device being controlled.

Inheritors

Functions

Link copied to clipboard
abstract fun applyTo(motor: T)

Applies the configuration to the given motor.