Difference between revisions of "Component: Barometer (MS5637) (Environmental)"
From Flowcode Help
Jump to navigationJump to searchLine 77: | Line 77: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
+ | |||
+ | |||
Line 208: | Line 210: | ||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | | width="90%" style="border-top: 2px solid #000;" | ''Return'' | ||
|} | |} | ||
− | |||
− | |||
Revision as of 12:21, 3 February 2023
Author | Matrix TSL |
Version | 1.0 |
Category | Environmental |
Contents
Barometer (MS5637) component
A small PCB surface mount barometric pressure sensor with a I2C bus interface. Pressure range 0 to 30 Bar. Temperature range -20 to +85 °C.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_temp/Pressure_Sensor_MS5637.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_temp/Pressure_Sensor_MS5637.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
Initialise
![]() |
Initialise |
Stes up the I2C bus and initialises the termperature sensor ready for use. | |
![]() |
Return |
ReadPROM
![]() |
ReadPROM |
Reads a single 16-bit value from the PROM calibration data. | |
![]() |
Address |
Range 0-6 | |
![]() |
Return |
ReadPressureFloat
ReadPressureRaw
ReadTemperatureFloat
ReadTemperatureRaw
Reset
![]() |
Reset |
Resets the device | |
![]() |
Return |