Hand-crafted, skull-shaped MOSFET transistors. ☠️
The project contains three SkullFET devices: a NOT gate, a NAND gate, and a SR flip-flop.
Input some values into A and B, and observe the outputs. The first output is connected to the SkullFET inverter, and the second output is connected to the SkullFET NAND gate.
Pulse ~S to set the SkullFlop (Q), and pulse ~R to reset it.
# | Input | Output | Bidirectional |
---|---|---|---|
0 | A | ~A | |
1 | B | ~(A&B) | |
2 | ~S | ~Q | |
3 | ~R | Q | |
4 | |||
5 | |||
6 | |||
7 |