Skip to content
Snippets Groups Projects
Commit 55047da1 authored by Leandro Lanzieri's avatar Leandro Lanzieri
Browse files

boards/sensebox_samd21: Add BMP280 I2C address

parent b518f3c7
No related branches found
No related tags found
No related merge requests found
...@@ -158,6 +158,11 @@ extern "C" { ...@@ -158,6 +158,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
*/ */
......
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