Unsigned Array Snapshot: Difference between revisions

From Visuino
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 difference)

Revision as of 01:45, 20 August 2025

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

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.