JK Flip-Flop.JInputPin
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.