Unsigned Array Snapshot: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoUnsignedArraySnapshot.png == Summary == Captures the current unsigned input value into an array snapshot. == Description == The **Unsigned Array Snapshot** component stores incoming unsigned values into an internal array, creating a snapshot of the data. The array can be reset using the **Reset** pin, and the contents can be output through the **Out** pin. <b>Diagram:</b> Image:TArduinoUnsignedArraySnapshot.Preview.png == Catego..." |
No edit summary |
||
Line 2: | Line 2: | ||
== Summary == | == Summary == | ||
Captures | Captures a snapshot of an incoming unsigned array when triggered. | ||
== Description == | == Description == | ||
The **Unsigned Array Snapshot** component stores | The **Unsigned Array Snapshot** component stores the current state of an unsigned array input when the **Snapshot** pin is triggered. | ||
The stored snapshot can then be retrieved from the **Out** pin for further use or analysis. | |||
<b>Diagram:</b> | <b>Diagram:</b> | ||
Line 21: | Line 21: | ||
== Pins == | == Pins == | ||
=== Input Pins === | === Input Pins === | ||
*'''In''' – Unsigned | *'''In''' – Unsigned array to be captured. | ||
*''' | *'''Snapshot''' – Triggers capturing of the current input array. | ||
=== Output Pins === | === Output Pins === | ||
*'''Out''' – The | *'''Out''' – The captured unsigned array snapshot. | ||
[[Category:Components]] | [[Category:Components]] |
Latest revision as of 01:48, 20 August 2025
File:TArduinoUnsignedArraySnapshot.png
Summary
Captures a snapshot of an incoming unsigned array when triggered.
Description
The **Unsigned Array Snapshot** component stores the current state of an unsigned array input when the **Snapshot** pin is triggered. The stored snapshot can then be retrieved from the **Out** pin for further use or analysis.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoArrayCategory.png Category Array – Array data storage and manipulation.
Properties
- Enabled – Enables or disables the component.
Pins
Input Pins
- In – Unsigned array to be captured.
- Snapshot – Triggers capturing of the current input array.
Output Pins
- Out – The captured unsigned array snapshot.