logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Jeff Epler

Functions

or2.N

License

       GPL

LinuxCNC Documentation                             2025-06-19                                             OR2(9)

Name

       or2 - Two-input OR gate

Pins

or2.N.in0 bit in
       or2.N.in1 bit in
       or2.N.out bit out

              out is computed from the value of in0 and in1 according to the following rule:

              in0=FALSEin1=FALSEout=FALSE

              Otherwise,
                     out=TRUE

See Also

logic(9)

Synopsis

loadrtor2[count=N|names=name1[,name2...]]

See Also