paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] ADC Generic


From: Felix Ruess
Subject: Re: [Paparazzi-devel] ADC Generic
Date: Mon, 13 Jul 2015 15:48:05 +0200

Hi Gorkem,

what paparazzi version are you using (output of ./paparazzi_version)?

The ADC_6 should be automatically enabled if you configure the module this way:
  <modules>
    <load name="adc_generic.xml">
      <configure name="ADC_CHANNEL_GENERIC1" value="ADC_6"/>
    </load>
  </modules>

However you can't use ADC_6 if you want to use the LED_3 at the same time... you will have to remove the connection to the led and disable it in your airframe file.
<configure name="GPS_LED" value="none"/>

Hope that helps,
Felix

On Mon, Jul 13, 2015 at 1:40 PM, gork <address@hidden> wrote:
Hello

I am currently using lisa M 2.0 and trying to read ADC values from empty
ports in order to read different voltage values . I tried to use adc generic
module as explained in http://wiki.paparazziuav.org/wiki/Module/ADC_generic
but it could not compile and defines the error that `<command-line>:0:22:
error: 'ADC_6' undeclared (first use in this function)` .

How can i declare ADC_X values?

Thanks,
Gorkem



--
View this message in context: http://lists.paparazziuav.org/ADC-Generic-tp17168.html
Sent from the paparazzi-devel mailing list archive at Nabble.com.

_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]