Digital Toggle Demux: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoDigitalToggleDemux.png == Summary == Routes a digital input signal to one of two outputs (True or False) based on a toggle selection. == Description == The **Digital Toggle Demux** component takes a digital '''In''' signal and directs it to either the '''True''' or '''False''' output, depending on the state of the '''Select''' pin. The '''Initial Select Value''' property determines the starting routing state at startup. This allows switching..." |
(No difference)
|
Latest revision as of 06:00, 24 August 2025
File:TArduinoDigitalToggleDemux.png
Summary
Routes a digital input signal to one of two outputs (True or False) based on a toggle selection.
Description
The **Digital Toggle Demux** component takes a digital In signal and directs it to either the True or False output, depending on the state of the Select pin. The Initial Select Value property determines the starting routing state at startup. This allows switching between two different digital destinations dynamically, making it useful in control logic, signal routing, and conditional operations.
Diagram:
Categories
- File:TArduinoDigitalCategory.png Category Digital – Components handling digital logic signals.
- File:TArduinoDemuxCategory.png Category Demux – Components that distribute inputs across multiple outputs.
Properties
- Initial Select Value – Defines the initial selected route (True or False) at startup.
Pins
Input Pins
- In – Digital input signal.
- Select – Boolean signal to toggle between True and False outputs.
Output Pins
- True – Digital output when Select is active.
- False – Digital output when Select is inactive.