CSharpRoboticsLib.WPIExtensions.EnhancedDigitalInput.GetRising C# (CSharp) Метод

GetRising() публичный Метод

Returns true if there is a rising edge, does not update the internal state
public GetRising ( ) : bool
Результат bool
        public bool GetRising() => m_edge.GetRising(Get());