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

GetRisingUpdate() public method

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