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

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

Returns true if there is a rising edge and updates the internal state
public GetRisingUpdate ( ) : bool
Результат bool
        public bool GetRisingUpdate() => m_edge.GetRisingUpdate(Get());