logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

mux2 - Select from one of two input values

Author

       Jeff Epler

Functions

mux2.N (requires a floating-point thread)

License

       GPL

LinuxCNC Documentation                             2025-08-07                                            MUX2(9)

Name

       mux2 - Select from one of two input values

Pins

mux2.N.sel bit in
       mux2.N.out float out
              Follows the value of in0 if sel is FALSE, or in1 if sel is TRUE

       mux2.N.in1 float in
       mux2.N.in0 float in

See Also

mux4(9), mux8(9), mux16(9), mux_generic(9).

Synopsis

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

See Also