Fixed pin assignments
This commit is contained in:
parent
9a3cad9ca3
commit
d07e0c696e
|
@ -88,8 +88,10 @@
|
|||
#define ACC
|
||||
|
||||
#ifdef AIRBOTF4SD
|
||||
#undef MPU6000_CS_PIN
|
||||
#define MPU6000_CS_PIN PB13
|
||||
#define USE_GYRO_SPI_ICM20601
|
||||
#define ICM20601_CS_PIN PB13 // served through MPU6500 code
|
||||
#define ICM20601_CS_PIN PA4 // served through MPU6500 code
|
||||
#define ICM20601_SPI_INSTANCE SPI1
|
||||
#define USE_DUAL_GYRO
|
||||
#define GYRO_0_CS_PIN MPU6000_CS_PIN
|
||||
|
|
Loading…
Reference in New Issue