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