CSharpRoboticsLib.WPIExtensions.EnhancedDigitalInput.GetFallingUpdate C# (CSharp) 메소드

GetFallingUpdate() 공개 메소드

Returns true if there is a falling edge and updates the internal state
public GetFallingUpdate ( ) : bool
리턴 bool
        public bool GetFallingUpdate() => m_edge.GetFallingUpdate(Get());