Remember 64 bit Integer Value
File:TArduinoRememberInteger64.png
Summary
Stores a 64-bit integer value for later retrieval.
Description
The **Remember Integer (Int64)** component captures and stores the value from its **In** pin when triggered by the **Remember** pin. The stored value can be retrieved at any time by activating the **Recall** pin, sending it to the **Out** pin. This is useful for holding onto a value across events or processing steps until it is needed again.
Diagram:
Categories
- File:TArduinoIntegerCategory.png Category Integer – Storage and memory
Properties
- Enabled – Enables or disables the component.
Pins
- Remember – Boolean input – stores the current value from **In**.
- Recall – Boolean input – outputs the stored value on **Out**.
- In – 64-bit integer input to be stored.
- Out – 64-bit integer output of the stored value.