Quaternion On/Off Switch

From Visuino
Revision as of 07:12, 16 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoQuaternionSwitch.png == Summary == {{:Summaries:Summary Quaternion On/Off Switch}} == Description == The Quaternion On/Off Switch component enables or disables the transfer of a Quaternion input value to the output. This allows selective control over when orientation/rotation data is passed forward in your project. <b>Diagram:</b> Image:TArduinoQuaternionSwitch.Preview.png == Categories == *Image:TArduinoMathCategory.png Category Quaterni...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoQuaternionSwitch.png

Summary

Summaries:Summary Quaternion On/Off Switch

Description

The Quaternion On/Off Switch component enables or disables the transfer of a Quaternion input value to the output. This allows selective control over when orientation/rotation data is passed forward in your project.

Diagram:

Categories

Properties

  • InitialEnabled – Determines if the output is enabled at startup.
  • Ignore Same – When enabled, prevents sending duplicate consecutive values.
  • Send On Enable – When enabled, forces the current value to be sent as soon as the component is enabled.

Pins

  • In – Quaternion input.
  • Enable – Boolean control input; enables or disables the output.
  • Out – Quaternion output.