mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 05:45:31 +03:00
Add LPS25HB driver
This commit is contained in:
parent
172c1e370b
commit
efc556f91a
7 changed files with 301 additions and 3 deletions
|
@ -226,6 +226,9 @@ void spiPreInit(void)
|
|||
#ifdef USE_BARO_SPI_MS5611
|
||||
spiPreInitCs(IO_TAG(MS5611_CS_PIN));
|
||||
#endif
|
||||
#ifdef USE_BARO_LPS
|
||||
spiPreInitCs(IO_TAG(LPS_CS_PIN));
|
||||
#endif
|
||||
#ifdef USE_MAG_SPI_HMC5883
|
||||
spiPreInitCs(IO_TAG(HMC5883_CS_PIN));
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue