Class: ThreeOne

ThreeOne()

A Three to one mux device. Takes in three inputs and a control signal and selects the output based on the control signal.

Constructor

new ThreeOne()

Properties:
Name Type Description
out1 * the first input
out2 * the second input
out3 * the third input
out * the output
sig Tri the control signal
Source:

Methods

select()

Set the output signal of the mux based on the state of the control signal.
Source: