EdgeCounterFilter

constructor(requiredEdges: Int, windowTimeSeconds: Double)(source)

Parameters

requiredEdges

The number of rising edges required before the output goes true.

windowTimeSeconds

The maximum number of seconds in which all required edges must occur after the first rising edge.