Unsigned Array Change Only

From Visuino
Jump to navigation Jump to search

File:TArduinoUnsignedArrayChangeOnly.png

Summary

Outputs an unsigned array only when its value changes.

Description

The **Unsigned Array Change Only** component monitors an incoming unsigned array and passes it to the output only when the array has changed compared to the previous value. This helps reduce unnecessary processing and data transmission by ignoring unchanged values.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.

Pins

Input Pins

  • In – Unsigned array input.

Output Pins

  • Out – Unsigned array output, triggered only when the input array changes.