Part Number: MSP430G2955
Hello,
I am trying to use 3 ADC channels to read in analog values into the variable ADC10MEM. I understand that sampling is done sequentially, however I am stuck on how to properly obtain and store the individual ADC readings into the proper variable. More so, if I use an interrupt to trigger during ADC10MEM conversion, how do I know which channel is being stored into the ADC variable?
Thanks