Analog Toggle Demux
Jump to navigation
Jump to search
File:TArduinoAnalogToggleDemux.png
Summary
Routes an analog input to one of two outputs based on a boolean select signal.
Description
The Analog Toggle Demux component directs an incoming analog signal to either the **True** or **False** output depending on the state of the select input. The initial selected output can be set via the **Initial Select Value** property. This is useful for signal routing, conditional analog processing, or simple multiplexing applications.
Diagram:
Properties
- Initial Select Value (boolean) – Sets which output receives the input initially (True or False).
Pins
Input Pins
- In (analog) – Analog input signal.
- Select (boolean) – Determines which output the input is routed to.
Output Pins
- True (analog) – Receives the input when select is true.
- False (analog) – Receives the input when select is false.
Categories
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing components.
- File:TArduinoDigitalCategory.png Category Digital – Digital control of analog signals.