libdigiapix: add ADC_IN0 as default DEFAULT_ADC for ccimx8x boards
ADC_IN0 is the channel 0 of iio:device0. Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
parent
971fed2724
commit
b81da5f6d0
|
|
@ -26,5 +26,5 @@ DEFAULT_PWM = 7,0
|
|||
|
||||
[ADC]
|
||||
|
||||
# TODO: only MCA ADCs are supported at the moment, with them being disabled by default
|
||||
# ADC_IN0 on Expansion connector
|
||||
DEFAULT_ADC = 0,0
|
||||
|
|
|
|||
|
|
@ -30,5 +30,5 @@ DEFAULT_PWM = 7,0
|
|||
|
||||
[ADC]
|
||||
|
||||
# TODO: only MCA ADCs are supported at the moment, with them being disabled by default
|
||||
# ADC_IN0 on Expansion connector
|
||||
DEFAULT_ADC = 0,0
|
||||
|
|
|
|||
Loading…
Reference in New Issue