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

GetRising() public method

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