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

GetRising() public méthode

Returns true if there is a rising edge, does not update the internal state
public GetRising ( ) : bool
Résultat bool
        public bool GetRising() => m_edge.GetRising(Get());