mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Update src/main/drivers/barometer/barometer_bmp085.c
Co-authored-by: haslinghuis <mark@numloq.nl>
This commit is contained in:
parent
73c87c0593
commit
344bfbc5f6
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ typedef struct {
|
|||
#define E_SENSOR_NOT_DETECTED (char) 0
|
||||
#define BMP085_PROM_START__ADDR 0xaa
|
||||
#define BMP085_PROM_DATA__LEN 22
|
||||
#define BMP085_T_MEASURE 0x2E // temperature measurment
|
||||
#define BMP085_T_MEASURE 0x2E // temperature measurement
|
||||
#define BMP085_P_MEASURE 0x34 // pressure measurement
|
||||
#define BMP085_CTRL_MEAS_REG 0xF4
|
||||
#define BMP085_ADC_OUT_MSB_REG 0xF6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue