GrFamily.Module.Adxl345.GetY C# (CSharp) 메소드

GetY() 공개 메소드

Y�������̉����x�f�[�^��擾����
public GetY ( ) : short
리턴 short
        public short GetY()
        {
            Measure();
            RegReads(DataX0, ref _xyz);
            return (short)((_xyz[3] << 8) + _xyz[2]);
        }