Go to the source code of this file.
Classes | |
class | daisy::Dps310I2CTransport |
struct | daisy::Dps310I2CTransport::Config |
class | daisy::Dps310SpiTransport |
struct | daisy::Dps310SpiTransport::Config |
class | daisy::Dps310< Transport > |
Device support for DPS310 Barometric Pressure and Altitude Sensor. More... | |
struct | daisy::Dps310< Transport >::Config |
Namespaces | |
namespace | daisy |
Hardware defines and helpers for daisy field platform. | |
Macros | |
#define | DSY_DPS310_H |
#define | DPS310_I2CADDR_DEFAULT (0x77) |
Default breakout addres. | |
#define | DPS310_PRSB2 0x00 |
Highest byte of pressure data. | |
#define | DPS310_TMPB2 0x03 |
Highest byte of temperature data. | |
#define | DPS310_PRSCFG 0x06 |
Pressure configuration. | |
#define | DPS310_TMPCFG 0x07 |
Temperature configuration. | |
#define | DPS310_MEASCFG 0x08 |
Sensor configuration. | |
#define | DPS310_CFGREG 0x09 |
Interrupt/FIFO configuration. | |
#define | DPS310_RESET 0x0C |
Soft reset. | |
#define | DPS310_PRODREVID 0x0D |
Register that contains the part ID. | |
#define | DPS310_TMPCOEFSRCE 0x28 |
Temperature calibration src. | |
Typedefs | |
using | daisy::Dps310I2C = Dps310< Dps310I2CTransport > |
using | daisy::Dps310Spi = Dps310< Dps310SpiTransport > |
#define DPS310_CFGREG 0x09 |
Interrupt/FIFO configuration.
#define DPS310_I2CADDR_DEFAULT (0x77) |
Default breakout addres.
#define DPS310_MEASCFG 0x08 |
Sensor configuration.
#define DPS310_PRODREVID 0x0D |
Register that contains the part ID.
#define DPS310_PRSB2 0x00 |
Highest byte of pressure data.
#define DPS310_PRSCFG 0x06 |
Pressure configuration.
#define DPS310_RESET 0x0C |
Soft reset.
#define DPS310_TMPB2 0x03 |
Highest byte of temperature data.
#define DPS310_TMPCFG 0x07 |
Temperature configuration.
#define DPS310_TMPCOEFSRCE 0x28 |
Temperature calibration src.
#define DSY_DPS310_H |