Class ExternalDirectionCounter

java.lang.Object
edu.wpi.first.wpilibj.counter.ExternalDirectionCounter
All Implemented Interfaces:
Sendable, AutoCloseable

public class ExternalDirectionCounter
extends Object
implements Sendable, AutoCloseable
Counter using external direction.

This counts on an edge from one digital input and the whether it counts up or down based on the state of a second digital input.