mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[wpilib] Replace Speed controller comments with motor controller (NFC) (#3551)
Makes comments consistent with #3302
This commit is contained in:
@@ -201,7 +201,7 @@ enum class BuiltInWidgets {
|
||||
kEncoder,
|
||||
/**
|
||||
* Displays a MotorController.
|
||||
* The speed controller will be controllable from the dashboard when test mode
|
||||
* The motor controller will be controllable from the dashboard when test mode
|
||||
* is enabled, but will otherwise be view-only. <br>Supported types: <ul>
|
||||
* <li>PWMMotorController</li>
|
||||
* <li>DMC60</li>
|
||||
|
||||
@@ -96,7 +96,7 @@ class Shuffleboard final {
|
||||
static void SelectTab(std::string_view title);
|
||||
|
||||
/**
|
||||
* Enables user control of widgets containing actuators: speed controllers,
|
||||
* Enables user control of widgets containing actuators: motor controllers,
|
||||
* relays, etc. This should only be used when the robot is in test mode.
|
||||
* IterativeRobotBase and SampleRobot are both configured to call this method
|
||||
* when entering test mode; most users should not need to use this method
|
||||
|
||||
Reference in New Issue
Block a user