mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
refactor icm20608g: use driver base class
This commit is contained in:
@@ -39,7 +39,7 @@ fi
|
||||
if ! icm20602 -s -R 8 start
|
||||
then
|
||||
# ICM20608 internal SPI bus ICM-20602-G is rotated 90 deg yaw
|
||||
icm20608g -R 8 start
|
||||
icm20608g -s -R 8 start
|
||||
fi
|
||||
|
||||
# For Teal One airframe
|
||||
|
||||
@@ -8,7 +8,7 @@ rgbled start -I
|
||||
adc start
|
||||
|
||||
# Internal SPI bus ICM-20608-G
|
||||
icm20608g -R 8 start
|
||||
icm20608g -s -R 8 start
|
||||
|
||||
# Internal SPI bus ICM-20602
|
||||
icm20602 -s -R 8 start
|
||||
|
||||
Reference in New Issue
Block a user