Adafruit DPS310 Arduino Library
|
#include <Adafruit_DPS310.h>
Public Member Functions | |
Adafruit_DPS310_Pressure (Adafruit_DPS310 *parent) | |
Create an Adafruit_Sensor compatible object for the pressure sensor. More... | |
bool | getEvent (sensors_event_t *) |
Gets the pressure as a standard sensor event. More... | |
void | getSensor (sensor_t *) |
Gets the sensor_t data for the DPS310's pressure sensor. | |
Adafruit Unified Sensor interface for pressure component of DPS310
|
inline |
Create an Adafruit_Sensor compatible object for the pressure sensor.
parent | A pointer to the DPS310 class |
bool Adafruit_DPS310_Pressure::getEvent | ( | sensors_event_t * | event | ) |
Gets the pressure as a standard sensor event.
event | Sensor event object that will be populated |