mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[wpilibc] Add deprecated Doxygen attribute to SpeedController (#3691)
Fixes #3690.
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
|
||||
namespace frc {
|
||||
|
||||
/**
|
||||
* Allows multiple SpeedController objects to be linked together.
|
||||
*
|
||||
* @deprecated Use MotorControllerGroup.
|
||||
*/
|
||||
class WPI_DEPRECATED("use MotorControllerGroup") SpeedControllerGroup
|
||||
: public wpi::Sendable,
|
||||
public MotorController,
|
||||
|
||||
Reference in New Issue
Block a user