[hal,wpilib] Remove MXP mentions in API docs (NFC) (#8694)

This commit is contained in:
Gold856
2026-03-20 19:48:53 -04:00
committed by GitHub
parent fb4bcefabc
commit f1aa84aecf
42 changed files with 65 additions and 112 deletions

View File

@@ -31,8 +31,7 @@ class Koors40 : public PWMMotorController {
/**
* Constructor for a Koors40 connected via PWM.
*
* @param channel The PWM channel that the Koors40 is attached to. 0-9 are
* on-board, 10-19 are on the MXP port
* @param channel The SmartIO channel that the Koors40 is attached to.
*/
explicit Koors40(int channel);

View File

@@ -31,8 +31,7 @@ class PWMSparkFlex : public PWMMotorController {
/**
* Constructor for a SPARK Flex connected via PWM.
*
* @param channel The PWM channel that the SPARK Flex is attached to. 0-9 are
* on-board, 10-19 are on the MXP port
* @param channel The SmartIO channel that the SPARK Flex is attached to.
*/
explicit PWMSparkFlex(int channel);

View File

@@ -31,8 +31,7 @@ class PWMSparkMax : public PWMMotorController {
/**
* Constructor for a SPARK MAX connected via PWM.
*
* @param channel The PWM channel that the SPARK MAX is attached to. 0-9 are
* on-board, 10-19 are on the MXP port
* @param channel The SmartIO channel that the SPARK MAX is attached to.
*/
explicit PWMSparkMax(int channel);

View File

@@ -31,8 +31,7 @@ class PWMTalonFX : public PWMMotorController {
/**
* Constructor for a Talon FX connected via PWM.
*
* @param channel The PWM channel that the Talon FX is attached to. 0-9 are
* on-board, 10-19 are on the MXP port
* @param channel The SmartIO channel that the Talon FX is attached to.
*/
explicit PWMTalonFX(int channel);

View File

@@ -31,8 +31,7 @@ class PWMTalonSRX : public PWMMotorController {
/**
* Constructor for a Talon SRX connected via PWM.
*
* @param channel The PWM channel that the Talon SRX is attached to. 0-9 are
* on-board, 10-19 are on the MXP port
* @param channel The SmartIO channel that the Talon SRX is attached to.
*/
explicit PWMTalonSRX(int channel);

View File

@@ -31,8 +31,7 @@ class PWMVenom : public PWMMotorController {
/**
* Constructor for a Venom connected via PWM.
*
* @param channel The PWM channel that the Venom is attached to. 0-9 are
* on-board, 10-19 are on the MXP port
* @param channel The SmartIO channel that the Venom is attached to.
*/
explicit PWMVenom(int channel);

View File

@@ -31,8 +31,7 @@ class PWMVictorSPX : public PWMMotorController {
/**
* Constructor for a Victor SPX connected via PWM.
*
* @param channel The PWM channel that the Victor SPX is attached to. 0-9 are
* on-board, 10-19 are on the MXP port
* @param channel The SmartIO channel that the Victor SPX is attached to.
*/
explicit PWMVictorSPX(int channel);

View File

@@ -31,8 +31,7 @@ class Spark : public PWMMotorController {
/**
* Constructor for a SPARK connected via PWM.
*
* @param channel The PWM channel that the SPARK is attached to. 0-9 are
* on-board, 10-19 are on the MXP port
* @param channel The SmartIO channel that the SPARK is attached to.
*/
explicit Spark(int channel);

View File

@@ -31,8 +31,7 @@ class SparkMini : public PWMMotorController {
/**
* Constructor for a SPARKMini connected via PWM.
*
* @param channel The PWM channel that the SPARKMini is attached to. 0-9 are
* on-board, 10-19 are on the MXP port
* @param channel The SmartIO channel that the SPARKMini is attached to.
*/
explicit SparkMini(int channel);

View File

@@ -31,8 +31,7 @@ class Talon : public PWMMotorController {
/**
* Constructor for a Talon connected via PWM.
*
* @param channel The PWM channel that the Talon is attached to. 0-9 are
* on-board, 10-19 are on the MXP port
* @param channel The SmartIO channel that the Talon is attached to.
*/
explicit Talon(int channel);

View File

@@ -31,8 +31,7 @@ class VictorSP : public PWMMotorController {
/**
* Constructor for a Victor SP connected via PWM.
*
* @param channel The PWM channel that the Victor SP is attached to. 0-9 are
* on-board, 10-19 are on the MXP port
* @param channel The SmartIO channel that the Victor SP is attached to.
*/
explicit VictorSP(int channel);