JK Flip-Flop.KInputPin

From Visuino
Jump to navigation Jump to search

Summary

The J(Reset) Digital Input pin of the J-K Flip-Flop

Description

You can connect this pin to any other pin that can deliver Digital( Boolean ) data.

If this pin is set(True), and the J pin is not, when there is a Clock event on the clock pin, the Flip-Flop will be set to False.

If both J, and K pins are set(True), the Flip-Flop will toggle between True, and False on each Clock event.

If both the J, and K are not set(False), the Flip-Flop will stay in the same state.