Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gates #48

Merged
merged 14 commits into from Sep 5, 2012
Merged

Gates #48

merged 14 commits into from Sep 5, 2012

Conversation

khonkhortisan
Copy link
Collaborator

This branch adds mesecon gates.

Not | Diode | And | Nand | Xor
            |
... |  ...  | w.. | w..  | w..
wtw |  wtt  | .sw | .st  | .ss
... |  ...  | w.. | w..  | w..
            |
            |        |
  ——☐——     |        ☐——
            |        |

Recipes use Wire, Torches, and Silicon.

There is no Nor gate. Reasoning: Or->Not = Nor
There is no Or gate. Reasoning: Connecting two wires is an or. Rebuttal: A high on input 1 will cause a high on input 2, which may or may not affect the circuit, depending on its design. A true Or would have a diode on each input, if done with wires (which would also keep the output from affecting the input).

Jeija added a commit that referenced this pull request Sep 5, 2012
@Jeija Jeija merged commit f2b11e4 into minetest-mods:master Sep 5, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants