Hi guys,
I want to read in 2 ADC channels and afterwards calculating the difference between them.
My actual status is, I read in 1 ADC channel with an ADC interrupt which is started by a timer interrupt (every 5s) and now I want to update my project on a second ADC input.
Do I have to configure a second interrupt or could I use the differential mode when i configuring the ADC, for the first time?
Thanks,
Chris