Skip to content
Snippets Groups Projects
Unverified Commit e1f4d8a7 authored by Peter Kietzmann's avatar Peter Kietzmann Committed by GitHub
Browse files

Merge pull request #9954 from leandrolanzieri/pr/sensebox_bmp280

boards/sensebox_samd21: Add BMP280 I2C address
parents ef4bd754 55047da1
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,11 @@ extern "C" {
*/
#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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment