Pascal To Atmosphere: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoPascalToAtmosphere.png == Summary == Converts pressure values between Pascal and Atmosphere units. == Description == The Pascal To Atmosphere component converts an incoming analog pressure value from Pascals to Atmospheres. It can also work in reverse mode, converting Atmosphere values back to Pascals. This is useful when working with barometric sensors or environmental systems that operate in atmospheric pressure units. <b>Diagram:</b> Imag..." |
(No difference)
|
Latest revision as of 00:39, 8 September 2025
File:TArduinoPascalToAtmosphere.png
Summary
Converts pressure values between Pascal and Atmosphere units.
Description
The Pascal To Atmosphere component converts an incoming analog pressure value from Pascals to Atmospheres. It can also work in reverse mode, converting Atmosphere values back to Pascals. This is useful when working with barometric sensors or environmental systems that operate in atmospheric pressure units.
Diagram:
Properties
- Enabled – Enables or disables the conversion.
- Reverse (boolean) – If enabled, performs the reverse conversion (Atmosphere → Pascal).
Pins
Input Pins
- In (analog) – Input pressure value.
Output Pins
- Out (analog) – Converted pressure value.
Categories
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing components.
- File:TArduinoConversionCategory.png Category Conversion – Unit conversion components.