CSharpRoboticsLib.WPIExtensions.EnhancedDigitalInput.Update C# (CSharp) Method

Update() public method

Manually update the internal state of the edge trigger
public Update ( ) : void
return void
        public void Update() => m_edge.Update(Get());
    }