Remember Unsigned Array
Jump to navigation
Jump to search
File:TArduinoRememberUnsignedArray.png
Summary
Stores and recalls an unsigned array with user-defined initial values.
Description
The **Remember Unsigned Array** component saves the current unsigned array when triggered and can later recall the stored array. It supports defining **Initial Value Elements** as a default state, ensuring that the array has a valid value even before any input or memory update occurs. This component is useful when you need to preserve array states or restore them at specific times.
Diagram:
Categories
- File:TArduinoArrayCategory.png Category Array – Array storage and manipulation components.
- File:TArduinoIntegerCategory.png Category Integer – Unsigned integer operations.
Properties
- Enabled – Enables or disables the component.
- Initial Value Elements – Collection of unsigned values to initialize the stored array.
Pins
Input Pins
- In – Unsigned array input to be stored.
- Remember – Trigger to save the current array.
- Recall – Trigger to output the stored array.
Output Pins
- Out – Stored unsigned array output.