mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Add support for ICM-20649 acc/gyro
This commit is contained in:
parent
36133164e2
commit
afec0258c7
10 changed files with 325 additions and 5 deletions
|
@ -200,6 +200,9 @@ void spiPreInit(void)
|
|||
#ifdef USE_GYRO_SPI_MPU9250
|
||||
spiPreInitCs(IO_TAG(MPU9250_CS_PIN));
|
||||
#endif
|
||||
#ifdef USE_GYRO_SPI_ICM20649
|
||||
spiPreInitCs(IO_TAG(ICM20649_CS_PIN));
|
||||
#endif
|
||||
#ifdef USE_GYRO_SPI_ICM20689
|
||||
spiPreInitCs(IO_TAG(ICM20689_CS_PIN));
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue