Skip to content

Commit

Permalink
Merge pull request cleanflight#2467 from martinbudden/bf_bmi160
Browse files Browse the repository at this point in the history
Added support for BMI160 gyro
  • Loading branch information
martinbudden authored Feb 23, 2017
2 parents 3b95424 + dbfc355 commit f4eeeea
Show file tree
Hide file tree
Showing 8 changed files with 563 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/main/drivers/accgyro.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

typedef enum {
GYRO_RATE_1_kHz,
GYRO_RATE_3200_Hz,
GYRO_RATE_8_kHz,
GYRO_RATE_32_kHz,
} gyroRateKHz_e;
Expand Down
Loading

0 comments on commit f4eeeea

Please sign in to comment.