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