mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
invensense icm20689 improvements and fixes
- refactor Run() into simple state machine - perform reset and configuration in sensor bus thread - when using data ready interrupt skip checking FIFO count - fix periodic temperature sampling (rate limit to 1 Hz)
This commit is contained in:
@@ -7,10 +7,12 @@ adc start
|
||||
|
||||
# Internal SPI bus ICM-20602
|
||||
mpu6000 -R 8 -s -T 20602 start
|
||||
#icm20602
|
||||
|
||||
# Internal SPI bus ICM-20689
|
||||
mpu6000 -R 8 -z -T 20689 start
|
||||
|
||||
# new sensor drivers (in testing)
|
||||
#icm20602 start
|
||||
#icm20689 start
|
||||
|
||||
# Internal SPI bus BMI055 accel
|
||||
|
||||
Reference in New Issue
Block a user