|
Contiki-Inga 3.x
|
Bosch BMP085 Digital Pressure Sensor driver definitionMore...
Go to the source code of this file.
Macros | |
Operation modes | |
| #define | BMP085_ULTRA_LOW_POWER 0 |
| Ultra low power mode. | |
| #define | BMP085_STANDARD 1 |
| Standard mode. | |
| #define | BMP085_HIGH_RESOLUTION 2 |
| High resolution mode. | |
| #define | BMP085_ULTRA_HIGH_RES 3 |
| Ultra high resolution mode. | |
Functions | |
| int8_t | bmp085_available (void) |
| Tests if BMP085 is available. More... | |
| int8_t | bmp085_init (void) |
| Initializes the BMP085 Pressure Sensor. More... | |
| int8_t | bmp085_deinit (void) |
| Deinitializes the sensor. More... | |
| int16_t | bmp085_read_temperature (void) |
| This function reads and returns the calibration compensated temerature. More... | |
| int32_t | bmp085_read_pressure (uint8_t mode) |
| This functions reads the temperature compensated value of one pressure conversion. More... | |
Bosch BMP085 Digital Pressure Sensor driver definition
Definition in file bmp085.h.
1.8.3.1