static unsigned int A0results[Num_of_Results]; // These need to be global in
static unsigned int A1results[Num_of_Results]; // this example. Otherwise, the
static unsigned int A2results[Num_of_Results]; // compiler removes them because
static unsigned int A3results[Num_of_Results]; // they are not used
static unsigned int index = 0;
static unsigned long int cnt = 0;
/*************************************************************************/
void init_timerA()
{
TACTL=SSEL0+TACLR;
TACCTL0=CCIE;
TACCR0=32768;