Unsigned Array Change Only
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
- 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 input.
Output Pins
- Out – Unsigned array output, triggered only when the input array changes.