CD4070 - Quad 2-Input Exclusive-Or Gate ======================================= The CD4070 contains four 2-input XOR (exclusive-or) gates. It is available in 14-pin DIP (through-hole) and and 14-pin SOIC/SOP/TTSOP (surface-mount) variants. More details, and datasheets, can be found on the `Texas Instruments product page`_. .. _Texas Instruments product page: https://www.ti.com/product/CD4070B .. { "name": "CD4070 - Quad 2-Input Exclusive-Or Gate", "datasheet": "http://pdf.datasheetcatalog.com/datasheets/70/109253_DS.pdf", "details": "", "summary": "Four 2-input XOR gates", "style": "DIP", "number_of_pins": 14, "tags": ["logic", "xor", "exclusive-or", "gate"], "pins": [ [["1", "1A"], ["14", "Vdd"]], [["2", "1B"], ["13", "4B"]], [["3", "1Y"], ["12", "4A"]], [["4", "2Y"], ["11", "4Y"]], [["5", "2A"], ["10", "3Y"]], [["6", "2B"], [" 9", "3B"]], [["7", "Vss"], [" 8", "3A"]] ], "left_pin_functions": [ ["1", "1A", "Input for XOR gate #1"], ["2", "1B", "Input for XOR gate #1"], ["3", "1Y", "Output for XOR gate #1"], ["4", "2Y", "Output for XOR gate #2"], ["5", "2A", "Input for XOR gate #2"], ["6", "2B", "Input for XOR gate #2"], ["7", "Vss", "Ground"] ], "right_pin_functions": [ ["14", "Vdd", "Positive supply voltage"], ["13", "4B", "Input for XOR gate #4"], ["12", "4A", "Input for XOR gate #4"], ["11", "4Y", "Output for XOR gate #4"], ["10", "3Y", "Output for XOR gate #3"], ["9", "3B", "Input for XOR gate #3"], ["8", "3A", "Input for XOR gate #3"] ] }