Merge pull request #9954 from leandrolanzieri/pr/sensebox_bmp280

boards/sensebox_samd21: Add BMP280 I2C address
This commit is contained in:
Peter Kietzmann 2018-09-20 17:32:14 +02:00 committed by GitHub
commit e1f4d8a76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,6 +157,11 @@ extern "C" {
*/ */
#define TSL2561_PARAM_ADDR TSL2561_ADDR_LOW #define TSL2561_PARAM_ADDR TSL2561_ADDR_LOW
/**
* @brief BMP280 Pressure and temperature sensor
*/
#define BMX280_PARAM_I2C_ADDR (0x76)
/** /**
* @brief Initialize board specific hardware, including clock, LEDs and std-IO * @brief Initialize board specific hardware, including clock, LEDs and std-IO
*/ */