Internal addresses, registers, constants for the BMP180 sensor. More...
Internal addresses, registers, constants for the BMP180 sensor.
Internal addresses, registers, constants for the BMP180 sensor.
Definition in file bmp180_internals.h.
Go to the source code of this file.
BMP180 I2C address | |
#define | BMP180_ADDR (0x77) /* 7 bit address */ |
Oversampling modes delays (micros) | |
#define | BMP180_ULTRALOWPOWER_DELAY_MS (5UL) |
Ultra low power delay (ms) | |
#define | BMP180_STANDARD_DELAY_MS (8UL) |
Standard resolution delay (ms) | |
#define | BMP180_HIGHRES_DELAY_MS (14UL) |
High resolution delay (ms) | |
#define | BMP180_ULTRAHIGHRES_DELAY_MS (26UL) |
Ultra high resolution delay (ms) | |