Touch Multi-Source Merger

From Visuino
Revision as of 06:10, 16 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoTouchMultiSourceMerger.png == Summary == Merges multiple touch inputs into a single output. == Description == The Touch Multi-Source Merger component combines multiple independent touch signals into one unified output. The number of input pins is defined by the Input Pins property. If any of the inputs is active, the merged Out will also be active. This component is useful when multiple touch sensors or sources need to trigger the same action or de...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoTouchMultiSourceMerger.png

Summary

Merges multiple touch inputs into a single output.

Description

The Touch Multi-Source Merger component combines multiple independent touch signals into one unified output.

The number of input pins is defined by the Input Pins property.

If any of the inputs is active, the merged Out will also be active.

This component is useful when multiple touch sensors or sources need to trigger the same action or destination.

Diagram:

Categories

Properties

  • Input Pins – Integer – sets the number of input channels (default: 2).

Pins

  • In – Multiple touch inputs [0] to [N-1], depending on the Input Pins property.
  • Out – Single merged touch output.