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

GetFalling() public method

Returns true if there is a falling edge, does not update the internal state
public GetFalling ( ) : bool
return bool
        public bool GetFalling() => m_edge.GetFalling(Get());