Connecting GY-63 (MS5611Baro) to HK MW Pro
Posted: Tue Feb 11, 2014 5:28 am
Being dissatisfied with the standard BM085 that comes with the FC I have, I bought a MS5611 (http://www.ebay.com/itm/MS5611-high-res ... 0826176978) for hopefully better alt hold.
In Config.h I've selected that independent sensor but on compiling the sketch I get the error...........
Sensors.cpp: In function 'void Baro_init()':
Sensors.cpp:658: error: redefinition of 'void Baro_init()'
Sensors.cpp:518: error: 'void Baro_init()' previously defined here
Sensors.cpp: In function 'uint8_t Baro_update()':
Sensors.cpp:729: error: redefinition of 'uint8_t Baro_update()'
Sensors.cpp:588: error: 'uint8_t Baro_update()' previously defined here
Not being a code guru, I haven't got a clue what this means and how to fix it.
Any help appreciated.
In Config.h I've selected that independent sensor but on compiling the sketch I get the error...........
Sensors.cpp: In function 'void Baro_init()':
Sensors.cpp:658: error: redefinition of 'void Baro_init()'
Sensors.cpp:518: error: 'void Baro_init()' previously defined here
Sensors.cpp: In function 'uint8_t Baro_update()':
Sensors.cpp:729: error: redefinition of 'uint8_t Baro_update()'
Sensors.cpp:588: error: 'uint8_t Baro_update()' previously defined here
Not being a code guru, I haven't got a clue what this means and how to fix it.
Any help appreciated.