mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
* Basic Broadcom AFBR-S50 driver using vendor API and binary blob https://github.com/Broadcom/AFBR-S50-API * fix ARK Flow paw3902 rotation
12 lines
216 B
Bash
12 lines
216 B
Bash
#!/bin/sh
|
|
#
|
|
# board sensors init
|
|
#------------------------------------------------------------------------------
|
|
|
|
# Internal SPI
|
|
paw3902 -s start -Y 180
|
|
bmi088 -A -s -R 4 start
|
|
bmi088 -G -s -R 4 start
|
|
|
|
afbrs50 start
|