Divide Analog By Value: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoDivideAnalogByValue.png == Summary == Divides an analog input signal by a specified value. == Description == The Divide Analog By Value component takes an incoming analog signal and divides it by a configurable constant value. This is useful for scaling sensor signals, normalizing inputs, or performing analog signal conditioning. <b>Diagram:</b> Image:TArduinoDivideAnalogByValue.Preview.png == Properties == *'''Enabled''' – Enables or dis..." |
(No difference)
|
Latest revision as of 01:40, 8 September 2025
File:TArduinoDivideAnalogByValue.png
Summary
Divides an analog input signal by a specified value.
Description
The Divide Analog By Value component takes an incoming analog signal and divides it by a configurable constant value. This is useful for scaling sensor signals, normalizing inputs, or performing analog signal conditioning.
Diagram:
Properties
- Enabled – Enables or disables the division operation.
- Value – Constant divisor used to scale the input signal.
Pins
Input Pins
- In (analog) – Input analog signal.
Output Pins
- Out (analog) – Output signal divided by the specified value.
Categories
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing components.
- File:TArduinoMathCategory.png Category Math – Mathematical operations on analog signals.