diff --git a/Electronics_and_Hardware/Digital_circuits/Flip_flops.md b/Electronics_and_Hardware/Digital_circuits/Flip_flops.md new file mode 100644 index 0000000..83cf30e --- /dev/null +++ b/Electronics_and_Hardware/Digital_circuits/Flip_flops.md @@ -0,0 +1,13 @@ +--- +categories: + - Electronics + - Hardware +tags: [logic-gates, binary, memory, clock] +--- + +# Flip-Flops + +A flip-flop is a type of [latch](/Electronics_and_Hardware/Digital_circuits/Latches.md) that is connected to a clock signal and which executes in time with the clock's pulse[^1]. + + +[^1]: Here is a footnote \ No newline at end of file