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.
- Author
- Alexandre Abadie alexa.nosp@m.ndre.nosp@m..abad.nosp@m.ie@i.nosp@m.nria..nosp@m.fr
Definition in file bmp180_internals.h.
Go to the source code of this file.
|
#define | BMP180_ADDR (0x77) /* 7 bit address */ |
|
|
#define | BMP180_REGISTER_ID (0xD0) |
|
#define | BMP180_REGISTER_CONTROL (0xF4) |
|
#define | BMP180_REGISTER_DATA (0xF6) |
|
#define | BMP180_TEMPERATURE_COMMAND (0x2E) |
|
#define | BMP180_PRESSURE_COMMAND (0x34) |
|
#define | BMP180_CALIBRATION_AC1 (0xAA) |
|
|
#define | BMP180_ULTRALOWPOWER_DELAY (5000UL) |
|
#define | BMP180_STANDARD_DELAY (8000UL) |
|
#define | BMP180_HIGHRES_DELAY (14000UL) |
|
#define | BMP180_ULTRAHIGHRES_DELAY (26000UL) |
|