2018-12-14 13:36:32 -04:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# Airmind Mindpx-v2 specific board sensors init
|
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
|
2020-09-08 00:09:20 -03:00
|
|
|
board_adc start
|
2019-11-11 16:35:59 -04:00
|
|
|
|
2018-12-14 13:36:32 -04:00
|
|
|
# Internal I2C bus
|
2020-03-13 05:05:36 -03:00
|
|
|
hmc5883 -T -I -R 12 start
|
2020-09-13 19:28:31 -03:00
|
|
|
qmc5883l -I -R 6 start
|
2018-12-14 13:36:32 -04:00
|
|
|
|
2020-03-31 14:21:24 -03:00
|
|
|
mpu6000 -s -R 2 start
|
|
|
|
mpu6500 -s -R 2 start
|
2020-03-18 13:33:40 -03:00
|
|
|
lsm303d -s -R 10 start
|
2020-03-18 13:34:55 -03:00
|
|
|
l3gd20 -s -R 14 start
|
2019-09-01 13:55:50 -03:00
|
|
|
|
|
|
|
# Internal SPI
|
|
|
|
ms5611 -s start
|