mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
Expose BMP085_I2C_ADDR
This commit is contained in:
parent
a5deb35f41
commit
e26f5a78ea
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
||||||
|
|
||||||
#include "drivers/io_types.h"
|
#include "drivers/io_types.h"
|
||||||
|
|
||||||
|
#define BMP085_I2C_ADDR 0x77
|
||||||
|
|
||||||
typedef struct bmp085Config_s {
|
typedef struct bmp085Config_s {
|
||||||
ioTag_t xclrIO;
|
ioTag_t xclrIO;
|
||||||
ioTag_t eocIO;
|
ioTag_t eocIO;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue