[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Paparazzi-devel] Changing IR1/IR2 ADC Assignments
From: |
Felix Ruess |
Subject: |
Re: [Paparazzi-devel] Changing IR1/IR2 ADC Assignments |
Date: |
Mon, 2 May 2011 16:32:39 +0200 |
Hi Luke,
you can specify this as a config option for the attitude infrared subsystem.
To use ADC_2 for IR1 and vice versa replace
<subsystem name="attitude" types="infrared"/>
with
<subsystem name="attitude" types="infrared">
<configure name="ADC_IR1" value="ADC_2"/>
<configure name="ADC_IR2" value="ADC_1"/>
</subsystem>
Cheers, Felix
On Mon, May 2, 2011 at 3:10 PM, Luke Ionno <address@hidden> wrote:
> Hello,
>
> Quick question, how do you change the IR1 and IR2 ADC assignments? It used
> to be quite straightforward (in the airframe file) so I never paid much
> attention to which was which when assembling an airframe, but the new
> version doesn’t have the “adc” section, and seems to ignore it if it’s
> added.
>
> Thanks!
>
> ~Luke
> _______________________________________________
> Paparazzi-devel mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/paparazzi-devel
>
>