mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
29 lines
634 B
XML
29 lines
634 B
XML
<!DOCTYPE airframe SYSTEM "airframe.dtd">
|
|
|
|
<!--
|
|
Sparkfun Logomatic V26 data logger
|
|
|
|
http://www.sparkfun.com/products/10216
|
|
|
|
P1-P8 can be used as ADC_0-ADC_7
|
|
P1 as PPM_IN
|
|
P2 as SERV_CLK
|
|
|
|
For now only non SDHC SD cards (<= 2GB) are supported. martinmm@pfump.org
|
|
|
|
-->
|
|
|
|
<airframe name="Logomatic">
|
|
|
|
<firmware name="logger">
|
|
<target name="ap" board="logom_2.6" >
|
|
<configure name="LOG_MSG_FMT" value="LOG_XBEE"/>
|
|
<configure name="SPI_CHANNEL" value="0" />
|
|
<configure name="UART0_BAUD" value="B57600" />
|
|
<configure name="UART1_BAUD" value="B57600" />
|
|
</target>
|
|
</firmware>
|
|
|
|
</airframe>
|
|
|