Difference between revisions of "Hazzard/Logic"
From #openttdcoop wiki
(Created page with "See also: Logic == Gates == === NOT Gate === Two NOT gates, one converting red to green and the other one converting green to red. The NO...") |
|||
| Line 7: | Line 7: | ||
The NOT gate inverts a signal, changing green to red and red to green. | The NOT gate inverts a signal, changing green to red and red to green. | ||
| − | {| | + | {|class="wikitable" |
!Input | !Input | ||
!Output | !Output | ||
Revision as of 02:45, 26 February 2014
See also: Logic
Gates
NOT Gate
The NOT gate inverts a signal, changing green to red and red to green.
| Input | Output |
|---|---|
| 0 | 1 |
| 1 | 0 |
