nazarijtipusak080/buffer1-byte-address@0.0.2

Added node to work with nazarijtipusak080/buffer1@0.0.1 library
NodeDescription
byte-address-first
Returns the address of the specified byte in the buffer (you can check part of the buffer by specifying a start-of-length limit in "first"). If the byte is repeated in the buffer, outputs the first of the addresses. If the specified byte is not in the buffer, outputs -1.
byte-address-last
Returns the address of the specified byte in the buffer (you can check part of the buffer by specifying an end-of-length limit in "last"). If a byte is repeated in the buffer, output the last of the addresses. If the specified byte is not in the buffer, outputs -1.
example-1No description
example-2No description
To use the nodes in your project you should have the nazarijtipusak080/buffer1-byte-address 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.