Touch Demux(Multiple Output channel Switch)
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
- File:TArduinoTouchCategory.png Category Touch – Components for routing and switching touch inputs.
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.