Interface MotorPort


  • public interface MotorPort
    Abstraction for an EV3 output port. TODO: Sort out a better way to do this, or least clean up the magic numbers.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Port A
      MotorPort A.
      static Port B
      MotorPort B.
      static Port C
      MotorPort C.
      static Port D
      MotorPort D.
    • Field Detail

      • A

        static final Port A
        MotorPort A.
      • B

        static final Port B
        MotorPort B.
      • C

        static final Port C
        MotorPort C.
      • D

        static final Port D
        MotorPort D.