Interface SmartMotorController

All Superinterfaces:
edu.wpi.first.wpilibj.motorcontrol.MotorController
All Known Implementing Classes:
CustomSparkMax, CustomTalonFX, SmartMotorController.SpeedModifiedSmartMotor

public interface SmartMotorController extends edu.wpi.first.wpilibj.motorcontrol.MotorController
Represents a "smart" motor controller, like the TalonFX, TalonSRX, or SparkMax

These should support brake mode, follow mode, limit switches, and various closed-loop control modes.