Touch Demux(Multiple Output channel Switch)

From Visuino
Revision as of 04:43, 16 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoTouchDemuxMultipleOutputChannelSwitch.png == Summary == Routes a touch input to one of multiple output channels based on an integer select signal. == Description == The Touch Demux (Multiple Output Channel Switch) component directs a single In touch signal to one of several Out pins depending on the Select value. The Initial Channel property defines which output is active when the component starts. The Output Pins property sets the number of output...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoTouchDemuxMultipleOutputChannelSwitch.png

Summary

Routes a touch input to one of multiple output channels based on an integer select signal.

Description

The Touch Demux (Multiple Output Channel Switch) component directs a single In touch signal to one of several Out pins depending on the Select value.

The Initial Channel property defines which output is active when the component starts.

The Output Pins property sets the number of output channels (default: 2).

This makes it useful for dynamically distributing touch signals across multiple destinations or processing paths.

Diagram:

Categories

Properties

  • Initial Channel – Integer – sets the default output channel at startup.
  • Output Pins – Integer – defines the number of output channels (default: 2).

Pins

  • In – Touch input.
  • Select – Integer input specifying which output channel is active.
  • Out – Multiple touch outputs [0] to [N-1], depending on the Output Pins property and Select input.