From 491601954eca7e7e1368642c6c398a24d5f4d815 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 3 Jan 2023 11:30:06 +0000 Subject: [PATCH] Autosave: 2023-01-03 11:30:06 --- .../Digital_circuits/Multiplexor.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Electronics_and_Hardware/Digital_circuits/Multiplexor.md diff --git a/Electronics_and_Hardware/Digital_circuits/Multiplexor.md b/Electronics_and_Hardware/Digital_circuits/Multiplexor.md new file mode 100644 index 0000000..5b09ce8 --- /dev/null +++ b/Electronics_and_Hardware/Digital_circuits/Multiplexor.md @@ -0,0 +1,12 @@ +--- +categories: + - Electronics + - Hardware +tags: [logic-gates, binary, nand-to-tetris] +--- + +# Multiplexor (MUX) + +A multiplexor takes two inputs (A,B) plus a third input SEL (for "select"). Applying a value to SEL toggles the output between A and B. + +Multiplexers can be used to build larger circuits by connecting the output of one multiplexer to the input of another. They are often used to implement data selection and switching in digital systems