Touch Toggle Demux
File:TArduinoTouchToggleDemux.png
Summary
Routes a single touch input to one of two outputs (True or False) based on the state of a boolean select signal.
Description
The Touch Toggle Demux component works like a two-way switch for touch signals.
The incoming In touch value is directed to either the True or False output, depending on the Select pin state.
The Initial Select Value property sets which output is active at startup.
This makes it useful for conditional touch routing, for example deciding whether a touch should activate one group of controls or another based on a toggle condition.
Diagram:
Categories
- File:TArduinoTouchCategory.png Category Touch – Components for touch routing and conditional switching.
Properties
- Initial Select Value – Boolean – sets the default output route at startup (True or False).
Pins
- In – Touch input.
- Select – Boolean input determining which output pin receives the touch signal.
- Out True – Touch output when Select = True.
- Out False – Touch output when Select = False.