AND2(9) | HAL Component | AND2(9) |
NAME¶
and2 - Two-input AND gate
SYNOPSIS¶
loadrt and2 [count=N|names=name1[,name2...]]
FUNCTIONS¶
PINS¶
The out pin is computed from the value of the in0 and in1 pins according to the following rule:
- in0=TRUE in1=TRUE
- out=TRUE
- Otherwise,
- out=FALSE
SEE ALSO¶
AUTHOR¶
Jeff Epler
LICENSE¶
GPL
2024-07-13 | LinuxCNC Documentation |