Quaternion Toggle Demux

From Visuino
Revision as of 07:07, 16 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoQuaternionToggleDemux.png == Summary == {{:Summaries:Summary Quaternion Toggle Demux}} == Description == The Quaternion Toggle Demux component routes a Quaternion input to one of two outputs (True or False) depending on the state of the Select pin. This is useful when you need to direct orientation/rotation values into different processing paths or modules based on a condition. <b>Diagram:</b> Image:TArduinoQuaternionToggleDemux.Preview.png ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoQuaternionToggleDemux.png

Summary

Summaries:Summary Quaternion Toggle Demux

Description

The Quaternion Toggle Demux component routes a Quaternion input to one of two outputs (True or False) depending on the state of the Select pin. This is useful when you need to direct orientation/rotation values into different processing paths or modules based on a condition.

Diagram:

Categories

Properties

Pins

  • In – Quaternion input value to be routed.
  • Select – Boolean input that controls the output path.
  • True – Quaternion output when Select is high/true.
  • False – Quaternion output when Select is low/false.