JK Flip-Flop.KInputPin

From Visuino
Revision as of 17:01, 10 June 2022 by Visuino (talk | contribs) (Created page with "== Summary == {{:Summaries:Summary JK Flip-Flop.KInputPin}} == 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.