Computes bitwise NOT of a number. Also known as Two's Complement. Instead of Byte, Its OUT= (-1)*(IN+1).
bit-not(number)
@/bit-not(number)
Computes bitwise NOT of a number. Also known as Two's Complement. Instead of Byte, Its OUT= (-1)*(IN+1).
INnumber
Input number. Interpreted as a signed 32-bit interger
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.