refactor icm20689: use driver base class

This commit is contained in:
Beat Küng
2020-03-18 17:41:16 +01:00
committed by Daniel Agar
parent 1df0fe03d7
commit c4a19c8852
5 changed files with 116 additions and 158 deletions
@@ -9,7 +9,7 @@ adc start
mpu6000 -R 10 -s -T 20602 start
# Internal ICM-20689
#icm20689 -R 10 20689 start
#icm20689 -s -R 10 start
# Internal SPI bus BMI088 accel
bmi088 -A -R 10 -s start
+2 -2
View File
@@ -11,11 +11,11 @@ mpu6000 -R 8 -s -T 20602 start
# Internal SPI bus ICM-20689
mpu6000 -R 8 -s -T 20689 start
#icm20689 -R 6 start
#icm20689 -s -R 6 start
# new sensor drivers (in testing)
#icm20602 -s start
#icm20689 start
#icm20689 -s start
# Internal SPI bus BMI055 accel
bmi055 -A -R 10 -s start