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