CSharpRoboticsLib.WPIExtensions.EnhancedDigitalInput.GetFallingUpdate C# (CSharp) Méthode

GetFallingUpdate() public méthode

Returns true if there is a falling edge and updates the internal state
public GetFallingUpdate ( ) : bool
Résultat bool
        public bool GetFallingUpdate() => m_edge.GetFallingUpdate(Get());