Class UpDownCounter

    • Constructor Detail

      • UpDownCounter

        public UpDownCounter​(DigitalSource upSource,
                             DigitalSource downSource)
        Constructs a new UpDown Counter.
        Parameters:
        upSource - The up count source (can be null).
        downSource - The down count source (can be null).