Level/1 Bit Decoder: Difference between revisions

From Turing Complete
w:c:strategywiki>Henke37
(Initial level page)
 
m (1 revision imported: Imported from https://strategywiki.org/)
(No difference)

Revision as of 20:39, 28 October 2023

This level asks you to make a circuit that outputs On to one of two pins depending on the input signal.

As the truth table reveals, one output is the inverse of the input and the other is a copy of the input. So add a Not Gate for the first output and wire things up.