|
Paparazzi UAS v7.1_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Infineon DPS310 I2C sensor interface. More...
#include "peripherals/dps310_i2c.h"
Include dependency graph for baro_dps310.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | baro_dps310_init (void) |
| void | baro_dps310_periodic (void) |
| void | baro_dps310_event (void) |
Variables | |
| struct Dps310_I2c | baro_dps310 |
Infineon DPS310 I2C sensor interface.
This code reads the values for pressure and temperature from the Infineon DPS310 sensor over I2C.
Definition in file baro_dps310.h.
Definition at line 55 of file baro_dps310.c.
References baro_dps310, BARO_DPS310_SENDER_ID, Dps310_I2c::data_available, DefaultChannel, DefaultDevice, dps310_i2c_event(), foo, get_sys_time_usec(), Dps310_I2c::pressure, Dps310_I2c::raw_pressure, Dps310_I2c::raw_temperature, and Dps310_I2c::temperature.
Here is the call graph for this function:Definition at line 45 of file baro_dps310.c.
References baro_dps310, dps310_i2c_init(), DPS310_SLAVE_ADDR, and foo.
Here is the call graph for this function:Definition at line 50 of file baro_dps310.c.
References baro_dps310, and dps310_i2c_periodic().
Here is the call graph for this function:
|
extern |
Definition at line 43 of file baro_dps310.c.
Referenced by baro_dps310_event(), baro_dps310_init(), and baro_dps310_periodic().