void main(void)
{ //int a;
DDRA=0xFF;
// PORTA=0XFE; /* put your own code here */
PLL_int();
CRGINT_RTIE=1;
RTICTL=0xF9;
EnableInterrupts;
for(;;)
{
_FEED_COP(); /* feeds the dog */
} /* loop forever */
/* please make sure that you never leave main */
}
void PLL_int() {
case 0: PORTB=0XFE;break;
case 1: PORTB=0XFd;break;
case 2: PORTB=0XFb;break;
case 3: PORTB=0XF7;break;
case 4: PORTB=0XEF;break;
case 5: PORTB=0XDF;break;
case 6: PORTB=0XBF;break;
case 7: PORTB=0X7F;break;
}
temp++;
if(temp==8) {