Unsigned Array Snapshot
File: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.
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 input value to be captured.
- Reset – Clears the stored array snapshot.
Output Pins
- Out – The array of captured unsigned values.