forked from Archive/PX4-Autopilot
changed px4flow I2C address to default value
This commit is contained in:
parent
11f12b4dfe
commit
fc877f9c20
|
@ -74,7 +74,7 @@
|
||||||
|
|
||||||
/* Configuration Constants */
|
/* Configuration Constants */
|
||||||
#define PX4FLOW_BUS PX4_I2C_BUS_EXPANSION
|
#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
|
//range 0x42 - 0x49
|
||||||
|
|
||||||
/* PX4FLOW Registers addresses */
|
/* PX4FLOW Registers addresses */
|
||||||
|
|
Loading…
Reference in New Issue