Difference between revisions of "Hazzard/Logic"
From #openttdcoop wiki
Line 4: | Line 4: | ||
=== NOT Gate === | === NOT Gate === | ||
− | [[File: | + | [[File:haz_not.png|thumb|10000px|right|A NOT gate]] |
− | + | ||
− | + | ||
{|class="wikitable" | {|class="wikitable" | ||
!Input | !Input | ||
!Output | !Output | ||
+ | |- | ||
+ | !A | ||
+ | !O | ||
|- | |- | ||
|0 | |0 |
Revision as of 06:01, 26 February 2014
See also: Logic
Gates
NOT Gate
Input | Output |
---|---|
A | O |
0 | 1 |
1 | 0 |