Remember 2D Orientation Value
File:TArduinoRemember2DOrientationValue.png
Summary
Stores and recalls a 2D orientation value on command.
Description
The **Remember 2D Orientation Value** component allows you to store the current incoming 2D orientation and later recall it. When a signal is received on **Remember**, the current **In** value is saved internally. When a signal is received on **Recall**, the stored value is sent to **Out**.
This is useful in: - **Robotics** – memorizing a heading and returning to it later. - **Navigation** – storing a target direction to follow. - **Automation** – saving orientation states for repeated use.
Diagram:
Categories
- File:TArduinoOrientationCategory.png Category Orientation – Orientation data processing.
- File:TArduino2DOrientationCategory.png Category 2D Orientation – Directional control and memory.
Properties
- Enabled – Enables or disables the component.
- Initial Value – Sets the starting orientation (goUp, goRight, goLeft, goDown).
Pins
- Remember – Clock input that stores the current **In** value when triggered.
- Recall – Clock input that sends the stored value to **Out** when triggered.
- In – 2D orientation input signal to be stored.
- Out – 2D orientation output signal, providing the stored or recalled value.