Difference between revisions of "Hazzard/Logic"
From #openttdcoop wiki
Line 5: | Line 5: | ||
=== NOT Gate === | === NOT Gate === | ||
[[File:haz_not.png|thumb|10000px|right|A NOT gate]] | [[File:haz_not.png|thumb|10000px|right|A NOT gate]] | ||
+ | {{logicgate}} | ||
{|class="wikitable" style="text-align:center;" | {|class="wikitable" style="text-align:center;" | ||
!Input | !Input |
Revision as of 00:06, 17 March 2014
See also: Logic
Gates
NOT Gate
{{{name}}} | |
---|---|
{{{description}}} | |
Absolute-Red Dependent | No |
IO Table | |
{{{iotable}}} |
Input | Output |
---|---|
A | O |
0 | 1 |
1 | 0 |
AND Gate
Input | Output | |
---|---|---|
A | B | O |
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |