byte-to-bits

gweimer/utils/byte-to-bits

Convert a BYTE into its individual BITS. No input validation is done and assumes a number between 0 and 255.
byte-to-bits
@/byte-to-bits
Convert a BYTE into its individual BITS. No input validation is done and assumes a number between 0 and 255.
BYTEnumber
byte-to-bits
B7
B6
B5
B4
B3
B2
B1
B0
BYTE
B0number
B1number
B2number
B3number
B4number
B5number
B6number
B7number
To use the node in your project you should have the gweimer/utils 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.