[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

@@ -30,8 +30,7 @@ public class Koors40 extends PWMMotorController {
/**
* Constructor.
*
* @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.
*/
@SuppressWarnings("this-escape")
public Koors40(final int channel) {

View File

@@ -30,8 +30,7 @@ public class PWMSparkFlex extends PWMMotorController {
/**
* Constructor.
*
* @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.
*/
@SuppressWarnings("this-escape")
public PWMSparkFlex(final int channel) {

View File

@@ -30,8 +30,7 @@ public class PWMSparkMax extends PWMMotorController {
/**
* Constructor.
*
* @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.
*/
@SuppressWarnings("this-escape")
public PWMSparkMax(final int channel) {

View File

@@ -30,8 +30,7 @@ public class PWMTalonFX extends PWMMotorController {
/**
* Constructor.
*
* @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.
*/
@SuppressWarnings("this-escape")
public PWMTalonFX(final int channel) {

View File

@@ -30,8 +30,7 @@ public class PWMTalonSRX extends PWMMotorController {
/**
* Constructor.
*
* @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.
*/
@SuppressWarnings("this-escape")
public PWMTalonSRX(final int channel) {

View File

@@ -30,8 +30,7 @@ public class PWMVenom extends PWMMotorController {
/**
* Constructor.
*
* @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.
*/
@SuppressWarnings("this-escape")
public PWMVenom(final int channel) {

View File

@@ -30,8 +30,7 @@ public class PWMVictorSPX extends PWMMotorController {
/**
* Constructor.
*
* @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.
*/
@SuppressWarnings("this-escape")
public PWMVictorSPX(final int channel) {

View File

@@ -30,8 +30,7 @@ public class Spark extends PWMMotorController {
/**
* Constructor.
*
* @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.
*/
@SuppressWarnings("this-escape")
public Spark(final int channel) {

View File

@@ -30,8 +30,7 @@ public class SparkMini extends PWMMotorController {
/**
* Constructor.
*
* @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.
*/
@SuppressWarnings("this-escape")
public SparkMini(final int channel) {

View File

@@ -30,8 +30,7 @@ public class Talon extends PWMMotorController {
/**
* Constructor.
*
* @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.
*/
@SuppressWarnings("this-escape")
public Talon(final int channel) {

View File

@@ -30,8 +30,7 @@ public class VictorSP extends PWMMotorController {
/**
* Constructor.
*
* @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.
*/
@SuppressWarnings("this-escape")
public VictorSP(final int channel) {