CSharpRoboticsLib.WPIExtensions.EnhancedDigitalInput.GetFallingUpdate C# (CSharp) Method

GetFallingUpdate() public method

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