Binary Snapshot: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoBinarySnapshot.png == Summary == Captures the current binary input value when triggered by a clock signal. == Description == The **Binary Snapshot** component outputs the current binary input only when the **Snapshot** pin receives a clock trigger. - **Enabled** controls whether the component is active. When **False**, the component is disabled and no data is passed through. This component is useful for storing or sampling binary values at specif..." |
(No difference)
|
Latest revision as of 02:14, 14 August 2025
File:TArduinoBinarySnapshot.png
Summary
Captures the current binary input value when triggered by a clock signal.
Description
The **Binary Snapshot** component outputs the current binary input only when the **Snapshot** pin receives a clock trigger. - **Enabled** controls whether the component is active. When **False**, the component is disabled and no data is passed through.
This component is useful for storing or sampling binary values at specific moments in time.
Diagram:
Categories
- File:TArduinoBinaryCategory.png Category Binary – Components related to binary data processing
Properties
- Enabled – When **False**, the component is disabled and no data is passed through.
Pins
- In – Binary input stream.
- Snapshot – Clock input that triggers capturing the current input.
- Out – Output of the captured binary value.