BrickPi.Movement.Motor.GetTachoCount C# (CSharp) 메소드

GetTachoCount() 공개 메소드

Gets the tacho count
public GetTachoCount ( ) : Int32
리턴 System.Int32
        public Int32 GetTachoCount()
        {
            return brick.BrickPi.Motor[(int)Port].Encoder;
        }