mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
CAN node STM32F7 support and Freefly RTK GPS CAN node
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user