1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

Baro fixes, cleanups and improvements.

* Add BARO debug mode.
* BMP085 - Fix EOC and XCLR initialisation.
* BMP085 - update previously dead code.
* BMP280 - Move t_fine out of the calibration data, since their usage is mixed.
* BMP280 - Move static_assert closer to definition.
This commit is contained in:
Dominic Clifton 2019-01-06 01:35:46 +01:00
parent 7cd030559d
commit eea9242d7b
7 changed files with 48 additions and 29 deletions

View file

@ -106,6 +106,7 @@ typedef enum {
DEBUG_CRSF_LINK_STATISTICS_UPLINK,
DEBUG_CRSF_LINK_STATISTICS_PWR,
DEBUG_CRSF_LINK_STATISTICS_DOWN,
DEBUG_BARO,
DEBUG_COUNT
} debugType_e;