You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
280 B
16 lines
280 B
#!/bin/sh
|
|
#
|
|
# board sensors init
|
|
#------------------------------------------------------------------------------
|
|
|
|
param set-default IMU_GYRO_RATEMAX 1000
|
|
param set-default SENS_IMU_CLPNOTI 0
|
|
|
|
# SPI 1
|
|
icm42688p -R 0 -s start
|
|
|
|
# SPI 2
|
|
paa3905 -s start -Y 180
|
|
|
|
# SPI 3
|
|
afbrs50 start
|
|
|