From ec3d8fb4da408da97ff2954332367fcec17c3737 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 12 Dec 2022 07:00:05 +0000 Subject: [PATCH] Autosave: 2022-12-12 07:00:05 --- .../Digital_circuits/Flip_flops.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Electronics_and_Hardware/Digital_circuits/Flip_flops.md 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