Expose BMP085_I2C_ADDR

This commit is contained in:
jflyper 2017-07-16 03:11:33 +09:00
parent a5deb35f41
commit e26f5a78ea
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
#include "drivers/io_types.h"
#define BMP085_I2C_ADDR 0x77
typedef struct bmp085Config_s {
ioTag_t xclrIO;
ioTag_t eocIO;