mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-22 04:13:39 +08:00
working on HBA support.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<subsystem name="attitude" type="dcm"/>
|
||||
|
||||
<!-- Sensors -->
|
||||
<!-- <subsystem name="imu" type="hb"/> does not exist yet-->
|
||||
<subsystem name="imu" type="hb"/>
|
||||
<subsystem name="gps" type="ublox_lea5h"/>
|
||||
|
||||
<subsystem name="navigation"/>
|
||||
|
||||
@@ -36,6 +36,7 @@ ifndef GPS_BAUD
|
||||
GPS_BAUD = B38400
|
||||
endif
|
||||
|
||||
GPS_LED = 2
|
||||
|
||||
ifndef ADC_IR1
|
||||
ADC_IR1 = 1
|
||||
@@ -53,3 +54,4 @@ ifndef ADC_IR_NB_SAMPLES
|
||||
ADC_IR_NB_SAMPLES = 16
|
||||
endif
|
||||
|
||||
$(TARGET).ARCHDIR = $(ARCH)
|
||||
|
||||
Reference in New Issue
Block a user