Touch Multi Source: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoTouchMultiSource.png == Summary == Duplicates a single touch input to multiple output channels. == Description == The Touch Multi Source component takes one In touch signal and distributes it across multiple Out pins. The number of outputs is defined by the Output Pins property. This is useful when the same touch signal needs to be sent to several destinations or parallel processing components. <b>Diagram:</b> Image:TArduinoTouchMultiSource.Prev..."
 
(No difference)

Latest revision as of 06:07, 16 August 2025

File:TArduinoTouchMultiSource.png

Summary

Duplicates a single touch input to multiple output channels.

Description

The Touch Multi Source component takes one In touch signal and distributes it across multiple Out pins.

The number of outputs is defined by the Output Pins property.

This is useful when the same touch signal needs to be sent to several destinations or parallel processing components.

Diagram:

Categories

Properties

  • Output Pins – Integer – defines the number of output channels (default: 2).

Pins

  • In – Touch input.
  • Out – Multiple touch outputs [0] to [N-1], depending on the Output Pins property.