Class NidecBrushless

java.lang.Object
edu.wpi.first.wpilibj.MotorSafety
edu.wpi.first.wpilibj.motorcontrol.NidecBrushless
All Implemented Interfaces:
Sendable, MotorController, AutoCloseable

public class NidecBrushless
extends MotorSafety
implements MotorController, Sendable, AutoCloseable
Nidec Brushless Motor.
  • Constructor Details

    • NidecBrushless

      public NidecBrushless​(int pwmChannel, int dioChannel)
      Constructor.
      Parameters:
      pwmChannel - The PWM channel that the Nidec Brushless controller is attached to. 0-9 are on-board, 10-19 are on the MXP port
      dioChannel - The DIO channel that the Nidec Brushless controller is attached to. 0-9 are on-board, 10-25 are on the MXP port
  • Method Details