mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Configurable acc/gyro
This commit is contained in:
parent
5ef68ef6a3
commit
fc6c24c38e
133 changed files with 1095 additions and 1116 deletions
|
@ -49,11 +49,11 @@ typedef enum {
|
|||
OWNER_SDCARD_DETECT,
|
||||
OWNER_FLASH_CS,
|
||||
OWNER_BARO_CS,
|
||||
OWNER_MPU_CS,
|
||||
OWNER_GYRO_CS,
|
||||
OWNER_OSD_CS,
|
||||
OWNER_RX_SPI_CS,
|
||||
OWNER_SPI_CS,
|
||||
OWNER_MPU_EXTI,
|
||||
OWNER_GYRO_EXTI,
|
||||
OWNER_BARO_EXTI,
|
||||
OWNER_COMPASS_EXTI,
|
||||
OWNER_USB,
|
||||
|
@ -76,6 +76,8 @@ typedef enum {
|
|||
OWNER_USB_MSC_PIN,
|
||||
OWNER_SPI_PREINIT_IPU,
|
||||
OWNER_SPI_PREINIT_OPU,
|
||||
OWNER_GYRO1_CS,
|
||||
OWNER_GYRO2_CS,
|
||||
OWNER_TOTAL_COUNT
|
||||
} resourceOwner_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue