Computes bitwise OR of two or more numbers. A resulting bit at a particular position is 0 only if all corresponding bits of inputs are 0.
bit-or(number)
@/bit-or(number)
Computes bitwise OR of two or more numbers. A resulting bit at a particular position is 0 only if all corresponding bits of inputs are 0.
IN1number
Input number. Interpreted as a signed 32-bit interger
IN2number (variadic)
OUTnumber
To use the node in your project you should have the koadrobot/arduino library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.