Merge pull request #760 from dominiho/master

changed px4flow I2C address to default value
This commit is contained in:
Lorenz Meier 2014-03-19 17:07:36 +01:00
commit 6bd5b11b04
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
/* Configuration Constants */
#define PX4FLOW_BUS PX4_I2C_BUS_EXPANSION
#define I2C_FLOW_ADDRESS 0x45 //* 7-bit address. 8-bit address is 0x8A
#define I2C_FLOW_ADDRESS 0x42 //* 7-bit address. 8-bit address is 0x84
//range 0x42 - 0x49
/* PX4FLOW Registers addresses */