Scrap Mechanic

Scrap Mechanic

Ikke nok vurderinger
Tiny Desk Engineer's Logic Circuit Collection
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Beskrivelse
This collection contains various circuits to do certain things with binary input.

Everything in this pack is made in vanilla unless specified.
Genstande (3)
SR Latch
A Simple SR Latch. An SR Latch is a logic circuit which keeps track of a state and changes that state based on the inputs it gets. Inputs: Green: Set (Sets the white output to 1) Red: Reset (Resets the white output to 0)...
D Latch
A simple D Latch A D Latch is a logic circuit which is very similar to an SR Latch, with the main difference in how it handles input. While an SR Latch's inputs both set the state separately, a D Latch's inputs consist of a Data signal, and a Store signal....
Multiplexer
It's a multiplexer. Inputs: White - Data Yellow - Selector Outputs: Purple - Outputs selected input (for example, if the Selector input is 0, the purple output will be the same as the top input, or Input 0. If the Selector input is 1, it'll do the same thi...