License: GPLv3
| Node | Description |
|---|---|
| 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-1 | No 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-byte | No description |
| get-word | No description |
| if-else(buffer1) | Outputs either input value depending on condition |
| length | No description |
| set-byte | No description |
| set-word | No description |
| tutorial | No description |
| tutorial-cpp | No description |