예제 #1
0
        /**
         * Gets the quadrature encoder's position
         * @return Position of encoder
         */
        public int GetQuadraturePosition()
        {
            int       pos;
            ErrorCode err = _ll.GetQuadraturePosition(out pos);

            return(pos);
        }