Skip to content
kevin faust edited this page Jul 30, 2015 · 1 revision

###Blueprint

----\
| . >
----/

###Streams Input

  • I

Output

  • O

###Function The And2 component requires two input streams of "I" to work and will return an output of "O". The output is determined by performing the logical and function of the two inputs.

I1 I2 O
0 0 0
0 1 0
1 0 0
1 1 1