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.
11 lines
226 B
11 lines
226 B
#!/bin/sh
|
|
#
|
|
# Board specific sensors init
|
|
#------------------------------------------------------------------------------
|
|
board_adc start
|
|
|
|
# SPI1
|
|
ms5611 -s -b 1 start
|
|
|
|
icm20602 -s -b 1 -R 8 start
|
|
mpu9250 -s -b 1 -R 8 -M start
|
|
|