1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 11:59:58 +03:00

Ammend BMP085 driver for configurability of EOC and XCLR pin

This commit is contained in:
jflyper 2019-04-26 00:55:01 +09:00 committed by Dominic Clifton
parent eea9242d7b
commit b749d56d9e
10 changed files with 70 additions and 76 deletions

View file

@ -4577,6 +4577,8 @@ const cliResourceValue_t resourceTable[] = {
#endif
#ifdef USE_BARO
DEFS( OWNER_BARO_CS, PG_BAROMETER_CONFIG, barometerConfig_t, baro_spi_csn ),
DEFS( OWNER_BARO_EOC, PG_BAROMETER_CONFIG, barometerConfig_t, baro_eoc_tag ),
DEFS( OWNER_BARO_XCLR, PG_BAROMETER_CONFIG, barometerConfig_t, baro_xclr_tag ),
#endif
#ifdef USE_MAG
DEFS( OWNER_COMPASS_CS, PG_COMPASS_CONFIG, compassConfig_t, mag_spi_csn ),