mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
[hal,wpilib] Remove MXP mentions in API docs (NFC) (#8694)
This commit is contained in:
@@ -92,11 +92,10 @@ class PWMMotorController
|
||||
|
||||
protected:
|
||||
/**
|
||||
* Constructor for a PWM Motor %Controller connected via PWM.
|
||||
* Constructor for a PWM Motor Controller connected via PWM.
|
||||
*
|
||||
* @param name Name to use for SendableRegistry
|
||||
* @param channel The PWM channel that the controller is attached to. 0-9 are
|
||||
* on-board, 10-19 are on the MXP port
|
||||
* @param channel The SmartIO channel that the controller is attached to.
|
||||
*/
|
||||
PWMMotorController(std::string_view name, int channel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user