BME280 sensor driver structure. More...
#include <drivers/drivers.h>
Public Member Functions | |
uint8_t reserved [DRIVER_BME280_RESERVED_SIZE] | __attribute__ ((aligned(8))) |
Reserved for internal use. | |
Data Fields | |
hw_i2c_t * | i2c |
Pointer to the I2C interface used for communication. | |
uint8_t | address |
I2C address of the BME280 sensor. | |
uint8_t | timeout_ms |
Read/write timeout in milliseconds. | |
uint8_t | _padding [6] |
Padding to ensure proper alignment. | |
BME280 sensor driver structure.
This structure contains the configuration and state information for a BME280 sensor instance. The BME280 is a combined digital humidity, pressure and temperature sensor from Bosch Sensortec.
Definition at line 28 of file drivers_bme280.h.