1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Added MPU6000 interrupt, work in progress

This commit is contained in:
henn1001 2015-09-18 13:48:45 +02:00
parent aadbc94c9a
commit 99e94a818c
5 changed files with 185 additions and 16 deletions

View file

@ -54,6 +54,10 @@
#define ACC_SPI_MPU6000_ALIGN CW270_DEG
// MPU6000 interrupts
#define EXTI15_10_CALLBACK_HANDLER_COUNT 1 // MPU data ready
#define USE_MPU_DATA_READY_SIGNAL
// External I2C BARO
#define BARO
#define USE_BARO_MS5611