koadrobot/casts@0.1.2

License: GPL 3.0

Cast nodes. 0.0.2 [10.02.2019 ] : to-boolean/ to-byte/ to-number/ to-pulse/ to-boolean8. 0.1.0 [11.02.2019 ] : First Released. 0.1.2: [23.02.2019]: Added info.
NodeDescription
aallNo description
to-boolean(byte)No description
to-boolean(number)
If Pulse received then return True.
to-boolean(pulse)
If Pulse received at UPD then out True else false
to-boolean8(byte)
Cast Byte to Booleans. Set boolean of bits of byte.
to-byte(boolean)No description
to-byte(boolean8)
Return Byte (binary form) of Boolean inputs.
to-byte(number)No description
to-byte(pulse)No description
to-number(boolean)No description
to-number(boolean8)
Return Number of Boolean inputs.
to-number(byte)No description
to-number(pulse)No description
to-pulse(boolean)No description
to-pulse(byte)
Convert byte to pulse. If input>0 then emit pulse.
to-pulse(number)No description
To use the nodes in your project you should have the koadrobot/casts 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.