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());