This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
Buffer
From CANNY Wiki
Appearance | |
---|---|
Symbol | |
BUF | |
Group | |
Flip-flops / Latches | |
Inputs | |
Input: | Integer |
Outputs | |
Output: | Integer |
Version CANNY Lab | |
from 1.18 |
Copies the value of input to output with a one execution cycle delay. The initial value on block's output is "0"
Features
The buffer is useful for value change detection.
The chain of buffers can be used for efficient queuing (FIFO buffers).