Repeat 2D Orientation

From Visuino
Jump to navigation Jump to search

File:TArduinoRepeat2DOrientation.png

Summary

The **Repeat 2D Orientation** component repeats a 2D orientation input a specified number of times.

Description

This component takes a 2D orientation input value and outputs it multiple times according to the configured count. It is useful for re-broadcasting orientation data to multiple consumers or repeating it for synchronization and processing.

Diagram:

Properties

  • Enabled (boolean) – Enables or disables the repeat function.
  • Count (integer) – Number of times the 2D orientation input is repeated.

Pins

Input Pins

  • in (2D Orientation) – Input 2D orientation value.

Output Pins

  • out (2D Orientation) – Output repeated 2D orientation value.

Categories