Class: NineTwo

NineTwo()

A Nine to one mux device. Takes in nine inputs and two control signals and outputs the selected input based on the control signals.

Constructor

new NineTwo()

Properties:
Name Type Description
outs * the nine inputs
out * the output
sigs Array.<Tri> the two control signals
keyMap Map a map of the control signal states to the output
Source:

Classes

NineTwo

Methods

select()

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