Clock Toggle Demux: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoClockToggleDemux.png == Summary == Routes a single clock input to one of two outputs based on a boolean control signal. == Description == The **Clock Toggle Demux** component takes a clock input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property determines which output is active at startup, providing conditional routing for clock signals. <b>Diagram..." |
(No difference)
|
Latest revision as of 10:57, 14 September 2025
File:TArduinoClockToggleDemux.png
Summary
Routes a single clock input to one of two outputs based on a boolean control signal.
Description
The **Clock Toggle Demux** component takes a clock input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property determines which output is active at startup, providing conditional routing for clock signals.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal routing and switching.
- File:TArduinoClockCategory.png Category Clock – Clock signal components.
Properties
- Initial Select Value – Sets the default select state (boolean) at startup.
Pins
Input Pins
- In – Clock input.
- Select – Boolean control input determining the active output channel.
Output Pins
- True – Clock output when **Select** is true.
- False – Clock output when **Select** is false.