mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
[hal,wpilib] Remove MXP mentions in API docs (NFC) (#8694)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user