Component/Mux: Difference between revisions

From Turing Complete
m (Added {{on}} and {{off}})
(Added an example image of the mux using the input 1/2.)
Line 1: Line 1:
[[File:Mux example.png|thumb|Example of a 8 Bit Mux switching between input 1 and input 2.]]
An 8-bit multiplexer (MUX) is a digital device that has a one bit input (select 1 / 2), two byte inputs (input 1, input 2), and one byte output. The bit input determines the byte output. If the bit input is {{Off}} or 0, it outputs the first byte input. If the bit input is {{On}} or 1, it outputs the second byte input.
An 8-bit multiplexer (MUX) is a digital device that has a one bit input (select 1 / 2), two byte inputs (input 1, input 2), and one byte output. The bit input determines the byte output. If the bit input is {{Off}} or 0, it outputs the first byte input. If the bit input is {{On}} or 1, it outputs the second byte input.

Revision as of 23:42, 20 August 2024

Example of a 8 Bit Mux switching between input 1 and input 2.

An 8-bit multiplexer (MUX) is a digital device that has a one bit input (select 1 / 2), two byte inputs (input 1, input 2), and one byte output. The bit input determines the byte output. If the bit input is or 0, it outputs the first byte input. If the bit input is or 1, it outputs the second byte input.