Mongu Config
Interface for motor configuration that includes control mappings.
This interface defines configuration application and provides access to motor controls. Control logic is delegated to a MotorControls instance for better separation of concerns.
Parameters
T
The type of the motor or device being controlled.
Inheritors
Properties
Link copied to clipboard
The motor controls instance containing all control lambdas.
Link copied to clipboard
Lambda function for controlling the motor using a position value.
Link copied to clipboard
Lambda function for controlling the motor using PWM (Pulse Width Modulation).
Link copied to clipboard
Lambda function for controlling the motor using a velocity value.
Link copied to clipboard
Lambda function for controlling the motor using voltage.