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