BME280 Driver 2.0.x
Driver for BME280 sensor
Loading...
Searching...
No Matches
Collaboration diagram for Enums:

Enumerations

enum  { read_all = 0 , read_temp , read_press , read_hum }
 type of read, used as parameter to call bme280_read_compensate function
 
enum  { sleep_mode = 0x00 , forced_mode = 0x01 , normal_mode = 0x03 }
 possible value of "mode" variable inside BME280_t structure
 
enum  { not_initialized = 0x00 , initialized }
 possible value of "initialized" variabie inside BME280_t structure
 

Detailed Description