|
I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
|
BMP180 user interface struct. More...
#include <BMP180_proc.h>

Data Fields | ||
| float | Pressure | |
| Current atmospheric pressure. | ||
| float | Temperature | |
| Current temperature. | ||
| float | Altitude | |
| Current altitude. | ||
| uint32_t | hStartConversion | |
| Last conversion start tick. | ||
| struct { | ||
| I2C_slave_t * slave_inst | ||
| Slave structure. More... | ||
| BMP180_oversampling OSS | ||
| Oversampling. More... | ||
| BMP180_calib Calib | ||
| Calibration values. More... | ||
| uint8_t ChipID | ||
| Chip ID. More... | ||
| float SeaLevelPressure | ||
| Current atmospheric pressure at sea level. More... | ||
| } | cfg | |
BMP180 user interface struct.
| float BMP180_t::Altitude |
Current altitude.
| BMP180_calib BMP180_t::Calib |
Calibration values.
| struct { ... } BMP180_t::cfg |
| uint8_t BMP180_t::ChipID |
Chip ID.
| uint32_t BMP180_t::hStartConversion |
Last conversion start tick.
| BMP180_oversampling BMP180_t::OSS |
Oversampling.
| float BMP180_t::Pressure |
Current atmospheric pressure.
| float BMP180_t::SeaLevelPressure |
Current atmospheric pressure at sea level.
| I2C_slave_t* BMP180_t::slave_inst |
Slave structure.
| float BMP180_t::Temperature |
Current temperature.