BME280 Driver 2.0.x
Driver for BME280 sensor
Loading...
Searching...
No Matches
BME280 Returnd Values

Values that can be returned by the driver's functions. More...

Collaboration diagram for BME280 Returnd Values:

Macros

#define BME280_OK   (0)
 operation completed successfully
 
#define BME280_PARAM_ERR   (-1)
 wrong parameters were passed to the function
 
#define BME280_INTERFACE_ERR   (-2)
 user-defined function to communicate with sensor returned non-zero value
 
#define BME280_ID_ERR   (-3)
 device ID doesn't match with BME280_ID
 
#define BME280_NO_INIT_ERR   (-4)
 device wasn't initialized properly and operation cannot be performed
 
#define BME280_CONDITION_ERR   (-5)
 device is set to wrong operation mode, cannot perform operation
 
#define BME280_BUSY_ERR   (-6)
 device is busy
 

Detailed Description

Values that can be returned by the driver's functions.