JK Flip-Flop.JInputPin

From Visuino
Revision as of 15:28, 10 June 2022 by Visuino (talk | contribs) (Created page with "== Summary == {{:Summaries:Summary JK Flip-Flop.JInputPin}} == Description == You can connect this pin to any other pin that can deliver Digital( Boolean ) data. If this pin is set(True), and the K pin is not, when there is a Clock event on the clock pin, the Flip-Flop will be set to True. 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(Set) 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 K pin is not, when there is a Clock event on the clock pin, the Flip-Flop will be set to True.

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.