JK Flip-Flop.JInputPin: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 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..."  | 
			
(No difference) 
 | 
Latest revision as of 14:28, 10 June 2022
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.