Introduction - If you have any usage issues, please Google them yourself
//******************************************************************************
// MSP430x41x2 Demo- ADC10, Sample A0, Signed, Set P5.1 if A0 > 0.5*AVcc
//
// Description: A single sample is made on A0 with SIGNED reference to AVcc.
// Software sets ADC10SC to start sample and conversion- ADC10SC
// automatically cleared at EOC. ADC10 internal oscillator times sample (16x)
// and conversion. In Mainloop MSP430 waits in LPM0 to save power until ADC10
// conversion complete, ADC10_ISR will force exit from LPM0 in Mainloop on