Component: Barometer (DPS310) (Environmental)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 1.0 |
Category | Environmental |
Contents
Barometer (DPS310) component
A barometric air pressure sensor with high accuracy and low current consumption. Capable of sensing air pressure and temperature. Based on an I2C bus connection.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_temp/Pressure_Sensor_DPS310.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_temp/Pressure_Sensor_DPS310.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
ConfigurePressure
ConfigureTemperature
Initialise
Initialise | |
Starts up the I2C ready to communicate with the sensor. Sets the selected rates and operational mode. Returns 1 if the sensor has been found and initialised. | |
- BOOL | Return |
ReadAltitude
ReadAltitude | |
Reads the pressure measurement from the last SampleSensor macro and converts the pressure reading into an altitude reading. | |
- FLOAT | Return |
ReadPressure
ReadPressure | |
Reads the pressure measurement from the last SampleSensor macro | |
- FLOAT | Return |
ReadRegister
ReadRegister | |
Reads a byte from a register | |
- BYTE | Address |
- BYTE | Return |
ReadTemperature
ReadTemperature | |
Reads the temperature measurement from the last SampleSensor macro | |
- FLOAT | Return |
SampleSensor
SetMode
SetMode | |
Sets the operational mode of the sensor to be continous or one shot | |
- BYTE | Mode |
- VOID | Return |
WriteRegister
WriteRegister | |
Writes a byte to a register | |
- BYTE | Address |
- BYTE | Data |
- VOID | Return |