Digital To Binary
Jump to navigation
Jump to search
File:TArduinoDigitalToBinary.png
Summary
Converts a digital input signal into one of two binary values.
Description
The **Digital To Binary** component maps a digital input (boolean) into binary form. When the input is LOW (false), the component outputs the configured False Value (binary). When the input is HIGH (true), the component outputs the configured True Value (binary). This enables flexible encoding of digital signals into specific binary patterns for further logic or data processing.
Diagram:
Categories
- File:TArduinoBinaryCategory.png Category Binary – Components for binary data handling.
- File:TArduinoDigitalCategory.png Category Digital – Components for digital input and output.
Properties
- False Value – Binary value to output when input is FALSE.
- True Value – Binary value to output when input is TRUE.
Pins
Input Pins
- In – Digital input (boolean).
Output Pins
- Out – Binary output (set to either the False Value or True Value).