Skip to content

Instantly share code, notes, and snippets.

@Unh0lyTigg
Last active August 29, 2015 14:05
Show Gist options
  • Save Unh0lyTigg/c419fd6dccdb4eb385d4 to your computer and use it in GitHub Desktop.
Save Unh0lyTigg/c419fd6dccdb4eb385d4 to your computer and use it in GitHub Desktop.
{
"name": "74LS00",
"function": "TTL Quad Nand Gate",
"pins": [
{
"id": 1,
"function": "1A"
},
{
"id": 2,
"function": "1B"
},
{
"id": 3,
"function": "1Y"
},
{
"id": 4,
"function": "2A"
},
{
"id": 5,
"function": "2B"
},
{
"id": 6,
"function": "2Y"
},
{
"id": 7,
"function": "GND"
},
{
"id": 8,
"function": "3Y"
},
{
"id": 9,
"function": "3A"
},
{
"id": 10,
"function": "3B"
},
{
"id": 11,
"function": "4Y"
},
{
"id": 12,
"function": "4A"
},
{
"id": 13,
"function": "4B"
},
{
"id": 14,
"function": "VCC"
}
],
"logic": [
{
"trigger": "input_change",
"inputs": [ "1A", "1B" ],
"output": "1Y",
"compute": "NAND"
},
{
"trigger": "input_change",
"inputs": [ "2A", "2B" ],
"output": "2Y",
"compute": "NAND"
},
{
"trigger": "input_change",
"inputs": [ "3A", "3B" ],
"output": "3Y",
"compute": "NAND"
},
{
"trigger": "input_change",
"inputs": [ "4A", "4B" ],
"output": "4Y",
"compute": "NAND"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment