예제 #1
0
        /**
         * Gets the quadrature encoder's velocity
         * @return Velocity of encoder
         */
        public int GetQuadratureVelocity()
        {
            int       vel;
            ErrorCode err = _ll.GetQuadratureVelocity(out vel);

            return(vel);
        }