diff --git a/README.md b/README.md index 84e5302..12d1690 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ VERSION ======== - Version of bme680 sensor driver is: * bme680.c - 2.0.0 - * bme680.h - 2.0.0 + * bme680.h - 2.0.1 * bme680_calculations.c - 2.0.0 * bme680_calculations.h - 2.0.0 * bme680_internal.h - 2.0.0 diff --git a/bme680.h b/bme680.h index 367b706..6dd9424 100644 --- a/bme680.h +++ b/bme680.h @@ -5,9 +5,9 @@ * * File : bme680.h * -* Date : 2016/06/10 +* Date : 2016/08/17 * -* Revision: 2.0.0 +* Revision: 2.0.1 * * Usage: Sensor Driver for BME680 sensor * @@ -70,7 +70,7 @@ BME680 Release Version format major_version.minor_version.point_version Example: 2.0.0 */ #define BME680_API_REL_MAJOR_VERSION (2) #define BME680_API_REL_MINOR_VERSION (0) -#define BME680_API_REL_POINT_VERSION (0) +#define BME680_API_REL_POINT_VERSION (1) /*************************************************************************** Header files @@ -335,8 +335,8 @@ enum bme680_run_gas { * parameters */ enum bme680_heatr_ctrl { - BME680_HEATR_CTRL_DISABLE, - BME680_HEATR_CTRL_ENABLE + BME680_HEATR_CTRL_ENABLE, + BME680_HEATR_CTRL_DISABLE }; /*! * @brief This enum holds osrs setting