Clock Demux(Multiple Output channel Switch)
Jump to navigation
Jump to search
Summary
The **Clock Demux (Multiple Output Channel Switch)** component routes a single clock input to one of multiple output channels. The selected output channel is determined by the **Initial Channel** property or dynamically via the **select** input.
Description
This component allows dynamic distribution of a clock signal to multiple outputs. The number of output channels is configurable with the **Output Pins** property. Only the selected output channel receives the clock pulses, while others remain inactive.
Diagram:
Properties
- Initial Channel – The default output channel that receives the clock signal on startup.
- Output Pins – Number of output channels (default 2).
Pins
Input Pins
- In (clock) – Clock signal input.
- Select (integer) – Determines which output channel is active.
Output Pins
- Pin [0] – First output channel (clock).
- Pin [1] – Second output channel (clock).
- … – Additional outputs depend on **Output Pins** setting.
Categories
- File:TArduinoDigitalCategory.png Category Digital – Digital signal components.
- File:TArduinoClockCategory.png Category Clock – Clock signal routing and manipulation.