Files
paparazzi/conf/airframes/logomatic.xml
T
2012-03-11 15:18:03 +01:00

29 lines
635 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>