$5.00
This module provides useful boolean logic functions that can transform two gate signals in 6 different ways!
Instructions:
Connect two gate signal into the A and B inputs, and any/all of the logic outputs to another module - designed for trigger/gate inputs, but go wild!
Inputs:
A,B - gate/trigger singals. A signal is treated as 'high' or 'on'. if it is above 2.5v, otherwise it is 'low' / 'off'.
Outputs:
AND - Outputs 5v only if both inputs are 'high'.
OR - Outputs 5v if either input is 'high', or if both inputs are 'high'.
XOR (Exclusive OR) - Outputs 5v if only one input is 'high'.
NAND - Inverse of AND, outputs 5v if either zero or 1 input is 'high'.
NOR - Inverse of OR, outputs 5v only if both inputs are 'low'.
XNOR - Inverse of XOR, outputs 5v if both inputs are either 'high', or both inputs are 'low'.