awgrover/buffer1@1.0.0

License: GPLv3

buffer1 Buffer object A buffer of bytes/words for other libraries that need a buffer https://github.com/awgrover/xod-buffer
NodeDescription
buffer1
Make a buffer of n bytes. Only at beginning of program. Allocates from the heap. You must check ERR: means not-enough-free-memory
debug-dump
Dump the buffer to the console if debugging is on
defer(buffer1)
Allows to create feedback loops. Repeats a change of the input on the output right after the current transaction will complete.
equal(buffer1)
Outputs true if `IN1` = `IN2`, and false otherwise
example-1No description
fill
Fill the entire buffer with a value. Default fill is 0.
gate(buffer1)
Allows values to pass through only if EN pin is set to true
get-byteNo description
get-wordNo description
if-else(buffer1)
Outputs either input value depending on condition
lengthNo description
set-byteNo description
set-wordNo description
tutorialNo description
tutorial-cppNo description
To use the nodes in your project you should have the awgrover/buffer1 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.