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.
15 lines
276 B
15 lines
276 B
4 years ago
|
#!/bin/sh
|
||
|
#
|
||
|
# board sensors init
|
||
|
#------------------------------------------------------------------------------
|
||
|
|
||
|
rgbled_ncp5623c -I -b 1 -a 0x39 start
|
||
|
|
||
|
ist8310 start -I -b 1 -a 0x0E
|
||
|
|
||
|
bmp388 start -I -b b -a 0x77
|
||
|
|
||
|
safety_button start
|
||
|
|
||
|
gps start -d /dev/ttyS0 -g 115200 -p ubx
|