I need twoADC channels. I tried to configure using :
CONFIG_ADC= y in prj file,
&adc{
#io-channel-cells = < 0x2 >;
}; in overlay file .. the compile error appears as shown in atteched iamge.
Gulzar Singh
I need twoADC channels. I tried to configure using :
CONFIG_ADC= y in prj file,
&adc{
#io-channel-cells = < 0x2 >;
}; in overlay file .. the compile error appears as shown in atteched iamge.
Gulzar Singh
Hello,
You have not defined the channel 2 for sampling in your code. You have to do define this.
Best Regards,
Kazi Afroza Sultana
Hello,
You have not defined the channel 2 for sampling in your code. You have to do define this.
Best Regards,
Kazi Afroza Sultana