Difference between revisions of "Hazzard/Logic"

From #openttdcoop wiki

Jump to: navigation, search
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

A NOT gate
{{{name}}}
Haz and.png
{{{description}}}
Absolute-Red Dependent No
IO Table

{{{iotable}}}

Input Output
A O
0 1
1 0

AND Gate

An AND gate
Input Output
A B O
0 0 0
0 1 0
1 0 0
1 1 1
Powered by MediaWiki