Update
This commit is contained in:
parent
5d1bb66298
commit
ede02b10de
9 changed files with 1847 additions and 1832 deletions
|
@ -83,7 +83,7 @@ Besides others gears/wheels can be used to:
|
|||
|
||||
*NXOR (equality) gate implemented with gears (counterclockwise/clockwise rotation mean 1/0); the bottom gear rotates counterclockwise only if the both input gears rotate in the same direction.*
|
||||
|
||||
## Buttons/Levers/Sliders/Etc.
|
||||
### Buttons/Levers/Sliders/Etc.
|
||||
|
||||
Buttons, levers, sliders and similar mechanism can be used in ways similar to gears, the difference being their motion is linear, not circular. A button can represent a bit with its up/down position, a lever can similarly represent a bit by being pointed left/right. As seen below, implementation of basic logic gates can be quite simple, which is an advantage. Disadvantages include for example, similarly to gears, vulnerability to friction -- with many logic gates in a row it will be more difficult to "press" the inputs.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue