[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5829] Add ADC to lisa_passthrough
From: |
Allen Ibara |
Subject: |
[paparazzi-commits] [5829] Add ADC to lisa_passthrough |
Date: |
Tue, 07 Sep 2010 17:48:23 +0000 |
Revision: 5829
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5829
Author: aibara
Date: 2010-09-07 17:48:22 +0000 (Tue, 07 Sep 2010)
Log Message:
-----------
Add ADC to lisa_passthrough
Modified Paths:
--------------
paparazzi3/trunk/conf/autopilot/lisa_passthrough.makefile
Modified: paparazzi3/trunk/conf/autopilot/lisa_passthrough.makefile
===================================================================
--- paparazzi3/trunk/conf/autopilot/lisa_passthrough.makefile 2010-09-07
17:46:20 UTC (rev 5828)
+++ paparazzi3/trunk/conf/autopilot/lisa_passthrough.makefile 2010-09-07
17:48:22 UTC (rev 5829)
@@ -103,6 +103,16 @@
stm_passthrough.srcs += can.c $(SRC_ARCH)/can_hw.c
stm_passthrough.srcs += $(SRC_CSC)/csc_protocol.c
+# ADC
+
+stm_passthrough.srcs += $(SRC_ARCH)/adc_hw.c
+stm_passthrough.CFLAGS += -DUSE_AD1 \
+ -DUSE_AD1_1 \
+ -DUSE_AD1_2 \
+ -DUSE_AD1_3 \
+ -DUSE_AD1_4
+
+
# Battery monitor
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5829] Add ADC to lisa_passthrough,
Allen Ibara <=