EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
BMP Configuration Settings

Detailed Description

BMP configuration setting macro definitions.

Macros

#define BMP_CONFIG_I2C_BUS_ADDRESS   (0xEE)
 
#define BMP_CONFIG_I2C_DEVICE   (I2C0)
 
#define BMP_DEVICE_ID_BMP280   0x58
 
#define BMP_I2C_BUS_ADDRESS   (BMP_CONFIG_I2C_BUS_ADDRESS)
 
#define BMP_I2C_DEVICE   (BMP_CONFIG_I2C_DEVICE)
 

Macro Definition Documentation

#define BMP_CONFIG_I2C_BUS_ADDRESS   (0xEE)

Default I2C bus address of the BMP280

Definition at line 38 of file bmp.h.

#define BMP_CONFIG_I2C_DEVICE   (I2C0)

Default I2C device used to control the BMP280

Definition at line 34 of file bmp.h.

#define BMP_DEVICE_ID_BMP280   0x58

Device ID of the BMP280 chip

Definition at line 44 of file bmp.h.

Referenced by BMP_init().

#define BMP_I2C_BUS_ADDRESS   (BMP_CONFIG_I2C_BUS_ADDRESS)

I2C bus address

Definition at line 42 of file bmp.h.

Referenced by BMP_init().

#define BMP_I2C_DEVICE   (BMP_CONFIG_I2C_DEVICE)

I2C device used to control the BMP280

Definition at line 41 of file bmp.h.