This commit is contained in:
Miloslav Ciz 2024-04-21 20:52:14 +02:00
parent 5d1bb66298
commit ede02b10de
9 changed files with 1847 additions and 1832 deletions

View file

@ -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.