I wrote a C code for some application using msp430 which contain these lines
#pragma vector=TIMERA0_VECTOR
__interrupt void timerA0_ISR(void){
   // some code
}

when i write same in nesC it shows error, Can anybody help me to write
interrupts in nesC

Thank You
Amit Bansal
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to